Html Css Color HEX #0F55AC Cobalt

📋 copy color: '#0F55AC'

red 15 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0F55AC

Tints of Cobalt #0F55AC

RGB

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

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

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

R = 5.51%
G = 31.25%
B = 63.24%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F55AC (or 0x0F55AC) is known color: Cobalt. HEX triplet: 0F, 55 and AC. RGB value is (15,85,172). Sum of RGB (Red+Green+Blue) = 15+85+172=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F55AC is #F0AA53. Grayscale: #494949. Windows color (decimal): -15772244 or 11293967. OLE color: 11293967.

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

Color convert

RGB 15 85 172 -
CMYK 0.91 0.51 0 0.33
HSL 213.25º 0.84% 0.37% -
HSV(B) 213.25º 0.91% 0.67% -
XYZ 10.89 9.58 40.3 -
YUV 73.99 183.31 85.93 -
System Red Green Blue C M Y K H S L
Decimal 15 85 172 0.91 0.51 0 0.33 213.25 0.84 0.37
Hex F 55 AC 5B 33 0 21 D5 54 25
Octal 17 125 254 133 63 0 41 325 124 45
Binary 1111 1010101 10101100 1011011 110011 0 100001 11010101 1010100 100101

Color Harmonies of #0F55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F55AC

Black with #0F55AC

Text Example


Text Example

White with #0F55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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