Html Css Color HEX #0F579A Cobalt

📋 copy color: '#0F579A'

red 15 ◦ green 87 ◦ blue 154

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

Shades of Cobalt #0F579A

Tints of Cobalt #0F579A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 5.86%
G = 33.98%
B = 60.16%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0F579A (or 0x0F579A) is known color: Cobalt. HEX triplet: 0F, 57 and 9A. RGB value is (15,87,154). Sum of RGB (Red+Green+Blue) = 15+87+154=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F579A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F579A is #F0A865. Grayscale: #484848. Windows color (decimal): -15771750 or 10114831. OLE color: 10114831.

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

Color convert

RGB 15 87 154 -
CMYK 0.90 0.44 0 0.40
HSL 208.92º 0.82% 0.33% -
HSV(B) 208.92º 0.9% 0.6% -
XYZ 9.44 9.25 31.86 -
YUV 73.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 15 87 154 0.90 0.44 0 0.40 208.92 0.82 0.33
Hex F 57 9A 5A 2C 0 28 D1 52 21
Octal 17 127 232 132 54 0 50 321 122 41
Binary 1111 1010111 10011010 1011010 101100 0 101000 11010001 1010010 100001

Color Harmonies of #0F579A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F579A

Black with #0F579A

Text Example


Text Example

White with #0F579A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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