Html Css Color HEX #0B4AAC Cobalt

📋 copy color: '#0B4AAC'

red 11 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #0B4AAC

Tints of Cobalt #0B4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 4.28%
G = 28.79%
B = 66.93%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B4AAC (or 0x0B4AAC) is known color: Cobalt. HEX triplet: 0B, 4A and AC. RGB value is (11,74,172). Sum of RGB (Red+Green+Blue) = 11+74+172=257 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.28% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B4AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4AAC is #F4B553. Grayscale: #414141. Windows color (decimal): -16037204 or 11291147. OLE color: 11291147.

HSL color Cylindrical-coordinate representation of color #0B4AAC: hue angle of 216.52º 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 #0B4AAC is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 74 172 -
CMYK 0.94 0.57 0 0.33
HSL 216.52º 0.88% 0.36% -
HSV(B) 216.52º 0.94% 0.67% -
XYZ 10.03 7.95 40.03 -
YUV 66.34 187.63 88.53 -
System Red Green Blue C M Y K H S L
Decimal 11 74 172 0.94 0.57 0 0.33 216.52 0.88 0.36
Hex B 4A AC 5E 39 0 21 D9 58 24
Octal 13 112 254 136 71 0 41 331 130 44
Binary 1011 1001010 10101100 1011110 111001 0 100001 11011001 1011000 100100

Color Harmonies of #0B4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4AAC

Black with #0B4AAC

Text Example


Text Example

White with #0B4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,74,172); }

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

background-color css

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

 a { background-color: rgb(11,74,172); }

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

border-color css

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

 span { border-color: rgb(11,74,172); }

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