Html Css Color HEX #0F559C Cobalt

📋 copy color: '#0F559C'

red 15 ◦ green 85 ◦ blue 156

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

Shades of Cobalt #0F559C

Tints of Cobalt #0F559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 5.86%
G = 33.2%
B = 60.94%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F559C (or 0x0F559C) is known color: Cobalt. HEX triplet: 0F, 55 and 9C. RGB value is (15,85,156). Sum of RGB (Red+Green+Blue) = 15+85+156=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F559C is #F0AA63. Grayscale: #474747. Windows color (decimal): -15772260 or 10245391. OLE color: 10245391.

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

Color convert

RGB 15 85 156 -
CMYK 0.90 0.46 0 0.39
HSL 210.21º 0.82% 0.34% -
HSV(B) 210.21º 0.9% 0.61% -
XYZ 9.45 9 32.69 -
YUV 72.16 175.31 87.23 -
System Red Green Blue C M Y K H S L
Decimal 15 85 156 0.90 0.46 0 0.39 210.21 0.82 0.34
Hex F 55 9C 5A 2E 0 27 D2 52 22
Octal 17 125 234 132 56 0 47 322 122 42
Binary 1111 1010101 10011100 1011010 101110 0 100111 11010010 1010010 100010

Color Harmonies of #0F559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F559C

Black with #0F559C

Text Example


Text Example

White with #0F559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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