Html Css Color HEX #0F5199 Cobalt

📋 copy color: '#0F5199'

red 15 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #0F5199

Tints of Cobalt #0F5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 153 (60.16% from 255) = 61.45%

R = 6.02%
G = 32.53%
B = 61.45%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F5199 (or 0x0F5199) is known color: Cobalt. HEX triplet: 0F, 51 and 99. RGB value is (15,81,153). Sum of RGB (Red+Green+Blue) = 15+81+153=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F5199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5199 is #F0AE66. Grayscale: #454545. Windows color (decimal): -15773287 or 10047759. OLE color: 10047759.

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

Color convert

RGB 15 81 153 -
CMYK 0.90 0.47 0 0.4
HSL 211.3º 0.82% 0.33% -
HSV(B) 211.3º 0.9% 0.6% -
XYZ 8.89 8.29 31.27 -
YUV 69.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 15 81 153 0.90 0.47 0 0.4 211.3 0.82 0.33
Hex F 51 99 5A 2F 0 28 D3 52 21
Octal 17 121 231 132 57 0 50 323 122 41
Binary 1111 1010001 10011001 1011010 101111 0 101000 11010011 1010010 100001

Color Harmonies of #0F5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5199

Black with #0F5199

Text Example


Text Example

White with #0F5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,81,153); }

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

background-color css

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

 a { background-color: rgb(15,81,153); }

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

border-color css

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

 span { border-color: rgb(15,81,153); }

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