Html Css Color HEX #0F55AA Cobalt

📋 copy color: '#0F55AA'

red 15 ◦ green 85 ◦ blue 170

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

Shades of Cobalt #0F55AA

Tints of Cobalt #0F55AA

RGB

 RED value IS 15 (6.25% from 255) = 5.56%

 GREEN value IS 85 (33.59% from 255) = 31.48%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 5.56%
G = 31.48%
B = 62.96%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F55AA (or 0x0F55AA) is known color: Cobalt. HEX triplet: 0F, 55 and AA. RGB value is (15,85,170). Sum of RGB (Red+Green+Blue) = 15+85+170=270 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.56% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F55AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F55AA is #F0AA55. Grayscale: #494949. Windows color (decimal): -15772246 or 11162895. OLE color: 11162895.

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

Color convert

RGB 15 85 170 -
CMYK 0.91 0.50 0 0.33
HSL 212.9º 0.84% 0.36% -
HSV(B) 212.9º 0.91% 0.67% -
XYZ 10.7 9.5 39.3 -
YUV 73.76 182.31 86.09 -
System Red Green Blue C M Y K H S L
Decimal 15 85 170 0.91 0.50 0 0.33 212.9 0.84 0.36
Hex F 55 AA 5B 32 0 21 D5 54 24
Octal 17 125 252 133 62 0 41 325 124 44
Binary 1111 1010101 10101010 1011011 110010 0 100001 11010101 1010100 100100

Color Harmonies of #0F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F55AA

Black with #0F55AA

Text Example


Text Example

White with #0F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,85,170); }

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

background-color css

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

 a { background-color: rgb(15,85,170); }

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

border-color css

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

 span { border-color: rgb(15,85,170); }

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