Html Css Color HEX #0F5197 Cobalt

📋 copy color: '#0F5197'

red 15 ◦ green 81 ◦ blue 151

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

Shades of Cobalt #0F5197

Tints of Cobalt #0F5197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 61.13%

R = 6.07%
G = 32.79%
B = 61.13%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F5197 (or 0x0F5197) is known color: Cobalt. HEX triplet: 0F, 51 and 97. RGB value is (15,81,151). Sum of RGB (Red+Green+Blue) = 15+81+151=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F5197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5197 is #F0AE68. Grayscale: #444444. Windows color (decimal): -15773289 or 9916687. OLE color: 9916687.

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

Color convert

RGB 15 81 151 -
CMYK 0.90 0.46 0 0.41
HSL 210.88º 0.82% 0.33% -
HSV(B) 210.88º 0.9% 0.59% -
XYZ 8.73 8.22 30.41 -
YUV 69.25 174.13 89.31 -
System Red Green Blue C M Y K H S L
Decimal 15 81 151 0.90 0.46 0 0.41 210.88 0.82 0.33
Hex F 51 97 5A 2E 0 29 D3 52 21
Octal 17 121 227 132 56 0 51 323 122 41
Binary 1111 1010001 10010111 1011010 101110 0 101001 11010011 1010010 100001

Color Harmonies of #0F5197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5197

Black with #0F5197

Text Example


Text Example

White with #0F5197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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