#0B42B1

Color #0B42B1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0B42B1

Tints of Cobalt #0B42B1

Color information

#0B42B1 (or 0x0B42B1) is unknown color: approx Cobalt. HEX triplet: 0B, 42 and B1. RGB value is (11,66,177). Sum of RGB (Red+Green+Blue) = 11+66+177=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 177 (69.53% from 255 or 69.69% from 254); Max value from RGB is 177 - color contains mainly: blue. Hex color #0B42B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B42B1 is #F4BD4E. Grayscale: #3D3D3D. Windows color (decimal): -16039247 or 11616779. OLE color: 11616779.

HSL color Cylindrical-coordinate representation of color #0B42B1: hue angle of 220.12º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B42B1 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1166177-
CMYK0.940.6300.31
HSL220.12º88.3%36.86%-
HSV(B)220.12º93.79%69.41%-
XYZ10.027.1442.45-
YUV62.21192.7891.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.33%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 177 (69.53% from 255) = 69.69%
R=4.33%
G=25.98%
B=69.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11661770.940.6300.31220.1288.336.86
HexB42B15E3F01Fdc5825
Octal131022611367703733413045
Binary10111000010101100011011110111111011111110111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B42B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B42B1; }

 p { color: rgb(11,66,177); }

 H1.HeaderClassName
 {
   color: #0B42B1;
 }
 .AnyTagClassName
 {
   color: #0B42B1;
 }
</style>
background-color css

<style>
 a { background-color: #0B42B1; }

 a { background-color: rgb(11,66,177); }

 div.DivClassName
 {
   background-color: #0B42B1;
 }
 .BgClassName
 {
   background-color: #0B42B1;
 }
</style>
border-color css

<style>
 span { border-color: #0B42B1; }

 span { border-color: rgb(11,66,177); }

 td.TdClassName
 {
   border-color: #0B42B1;
 }
 .TagClassName
 {
   border-color: #0B42B1;
 }
</style>