Html Css Color HEX #0B4FAF Cobalt

📋 copy color: '#0B4FAF'

red 11 ◦ green 79 ◦ blue 175

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

Shades of Cobalt #0B4FAF

Tints of Cobalt #0B4FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 175 (68.75% from 255) = 66.04%

R = 4.15%
G = 29.81%
B = 66.04%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0B4FAF (or 0x0B4FAF) is known color: Cobalt. HEX triplet: 0B, 4F and AF. RGB value is (11,79,175). Sum of RGB (Red+Green+Blue) = 11+79+175=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B4FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B4FAF is #F4B050. Grayscale: #454545. Windows color (decimal): -16035921 or 11489035. OLE color: 11489035.

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

Color convert

RGB 11 79 175 -
CMYK 0.94 0.55 0 0.31
HSL 215.12º 0.88% 0.36% -
HSV(B) 215.12º 0.94% 0.69% -
XYZ 10.67 8.76 41.69 -
YUV 69.61 187.47 86.19 -
System Red Green Blue C M Y K H S L
Decimal 11 79 175 0.94 0.55 0 0.31 215.12 0.88 0.36
Hex B 4F AF 5E 37 0 1F D7 58 24
Octal 13 117 257 136 67 0 37 327 130 44
Binary 1011 1001111 10101111 1011110 110111 0 11111 11010111 1011000 100100

Color Harmonies of #0B4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4FAF

Black with #0B4FAF

Text Example


Text Example

White with #0B4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,79,175); }

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

background-color css

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

 a { background-color: rgb(11,79,175); }

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

border-color css

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

 span { border-color: rgb(11,79,175); }

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