Html Css Color HEX #0B40AB Cobalt

📋 copy color: '#0B40AB'

red 11 ◦ green 64 ◦ blue 171

#0B40AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0B40AB

Tints of Cobalt #0B40AB

RGB

 RED value IS 11 (4.69% from 255) = 4.47%

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 171 (67.19% from 255) = 69.51%

R = 4.47%
G = 26.02%
B = 69.51%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B40AB (or 0x0B40AB) is known color: Cobalt. HEX triplet: 0B, 40 and AB. RGB value is (11,64,171). Sum of RGB (Red+Green+Blue) = 11+64+171=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B40AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B40AB is #F4BF54. Grayscale: #3B3B3B. Windows color (decimal): -16039765 or 11223051. OLE color: 11223051.

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

Color convert

RGB 11 64 171 -
CMYK 0.94 0.63 0 0.33
HSL 220.13º 0.88% 0.36% -
HSV(B) 220.13º 0.94% 0.67% -
XYZ 9.32 6.68 39.33 -
YUV 60.35 190.44 92.8 -
System Red Green Blue C M Y K H S L
Decimal 11 64 171 0.94 0.63 0 0.33 220.13 0.88 0.36
Hex B 40 AB 5E 3F 0 21 DC 58 24
Octal 13 100 253 136 77 0 41 334 130 44
Binary 1011 1000000 10101011 1011110 111111 0 100001 11011100 1011000 100100

Color Harmonies of #0B40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B40AB

Black with #0B40AB

Text Example


Text Example

White with #0B40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,64,171); }

 H1.HeaderClassName
 {
   color: #0B40AB;
 }
 .AnyTagClassName
 {
   color: #0B40AB;
 }
</style>

background-color css

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

 a { background-color: rgb(11,64,171); }

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

border-color css

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

 span { border-color: rgb(11,64,171); }

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