Html Css Color HEX #0F599D Cobalt

📋 copy color: '#0F599D'

red 15 ◦ green 89 ◦ blue 157

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

Shades of Cobalt #0F599D

Tints of Cobalt #0F599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.1%

 BLUE value IS 157 (61.72% from 255) = 60.15%

R = 5.75%
G = 34.1%
B = 60.15%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F599D (or 0x0F599D) is known color: Cobalt. HEX triplet: 0F, 59 and 9D. RGB value is (15,89,157). Sum of RGB (Red+Green+Blue) = 15+89+157=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F599D is #F0A662. Grayscale: #4A4A4A. Windows color (decimal): -15771235 or 10311951. OLE color: 10311951.

HSL color Cylindrical-coordinate representation of color #0F599D: hue angle of 208.73º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F599D is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 89 157 -
CMYK 0.90 0.43 0 0.38
HSL 208.73º 0.83% 0.34% -
HSV(B) 208.73º 0.9% 0.62% -
XYZ 9.86 9.68 33.25 -
YUV 74.63 174.48 85.47 -
System Red Green Blue C M Y K H S L
Decimal 15 89 157 0.90 0.43 0 0.38 208.73 0.83 0.34
Hex F 59 9D 5A 2B 0 26 D1 53 22
Octal 17 131 235 132 53 0 46 321 123 42
Binary 1111 1011001 10011101 1011010 101011 0 100110 11010001 1010011 100010

Color Harmonies of #0F599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F599D

Black with #0F599D

Text Example


Text Example

White with #0F599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,89,157); }

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

background-color css

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

 a { background-color: rgb(15,89,157); }

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

border-color css

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

 span { border-color: rgb(15,89,157); }

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