Html Css Color HEX #0F579B Cobalt

📋 copy color: '#0F579B'

red 15 ◦ green 87 ◦ blue 155

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

Shades of Cobalt #0F579B

Tints of Cobalt #0F579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.85%

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 5.84%
G = 33.85%
B = 60.31%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F579B (or 0x0F579B) is known color: Cobalt. HEX triplet: 0F, 57 and 9B. RGB value is (15,87,155). Sum of RGB (Red+Green+Blue) = 15+87+155=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F579B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F579B is #F0A864. Grayscale: #484848. Windows color (decimal): -15771749 or 10180367. OLE color: 10180367.

HSL color Cylindrical-coordinate representation of color #0F579B: hue angle of 209.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F579B is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 87 155 -
CMYK 0.90 0.44 0 0.39
HSL 209.14º 0.82% 0.33% -
HSV(B) 209.14º 0.9% 0.61% -
XYZ 9.52 9.28 32.3 -
YUV 73.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 15 87 155 0.90 0.44 0 0.39 209.14 0.82 0.33
Hex F 57 9B 5A 2C 0 27 D1 52 21
Octal 17 127 233 132 54 0 47 321 122 41
Binary 1111 1010111 10011011 1011010 101100 0 100111 11010001 1010010 100001

Color Harmonies of #0F579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F579B

Black with #0F579B

Text Example


Text Example

White with #0F579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,87,155); }

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

background-color css

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

 a { background-color: rgb(15,87,155); }

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

border-color css

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

 span { border-color: rgb(15,87,155); }

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