Html Css Color HEX #0B4DAE Cobalt

📋 copy color: '#0B4DAE'

red 11 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #0B4DAE

Tints of Cobalt #0B4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 174 (68.36% from 255) = 66.41%

R = 4.2%
G = 29.39%
B = 66.41%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0B4DAE (or 0x0B4DAE) is known color: Cobalt. HEX triplet: 0B, 4D and AE. RGB value is (11,77,174). Sum of RGB (Red+Green+Blue) = 11+77+174=262 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.20% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B4DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4DAE is #F4B251. Grayscale: #434343. Windows color (decimal): -16036434 or 11422987. OLE color: 11422987.

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

Color convert

RGB 11 77 174 -
CMYK 0.94 0.56 0 0.32
HSL 215.71º 0.88% 0.36% -
HSV(B) 215.71º 0.94% 0.68% -
XYZ 10.43 8.43 41.12 -
YUV 68.32 187.63 87.11 -
System Red Green Blue C M Y K H S L
Decimal 11 77 174 0.94 0.56 0 0.32 215.71 0.88 0.36
Hex B 4D AE 5E 38 0 20 D8 58 24
Octal 13 115 256 136 70 0 40 330 130 44
Binary 1011 1001101 10101110 1011110 111000 0 100000 11011000 1011000 100100

Color Harmonies of #0B4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4DAE

Black with #0B4DAE

Text Example


Text Example

White with #0B4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,77,174); }

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

background-color css

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

 a { background-color: rgb(11,77,174); }

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

border-color css

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

 span { border-color: rgb(11,77,174); }

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