Html Css Color HEX #0F5598 Cobalt

📋 copy color: '#0F5598'

red 15 ◦ green 85 ◦ blue 152

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

Shades of Cobalt #0F5598

Tints of Cobalt #0F5598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 60.32%

R = 5.95%
G = 33.73%
B = 60.32%

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

#0F5598 (or 0x0F5598) is known color: Cobalt. HEX triplet: 0F, 55 and 98. RGB value is (15,85,152). Sum of RGB (Red+Green+Blue) = 15+85+152=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F5598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5598 is #F0AA67. Grayscale: #474747. Windows color (decimal): -15772264 or 9983247. OLE color: 9983247.

HSL color Cylindrical-coordinate representation of color #0F5598: hue angle of 209.34º 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 #0F5598 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 15 85 152 -
CMYK 0.90 0.44 0 0.40
HSL 209.34º 0.82% 0.33% -
HSV(B) 209.34º 0.9% 0.6% -
XYZ 9.11 8.87 30.94 -
YUV 71.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 15 85 152 0.90 0.44 0 0.40 209.34 0.82 0.33
Hex F 55 98 5A 2C 0 28 D1 52 21
Octal 17 125 230 132 54 0 50 321 122 41
Binary 1111 1010101 10011000 1011010 101100 0 101000 11010001 1010010 100001

Color Harmonies of #0F5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5598

Black with #0F5598

Text Example


Text Example

White with #0F5598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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