Html Css Color HEX #0F4997 Cobalt

📋 copy color: '#0F4997'

red 15 ◦ green 73 ◦ blue 151

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

Shades of Cobalt #0F4997

Tints of Cobalt #0F4997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.54%

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

R = 6.28%
G = 30.54%
B = 63.18%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F4997 (or 0x0F4997) is known color: Cobalt. HEX triplet: 0F, 49 and 97. RGB value is (15,73,151). Sum of RGB (Red+Green+Blue) = 15+73+151=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #0F4997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4997 is #F0B668. Grayscale: #404040. Windows color (decimal): -15775337 or 9914639. OLE color: 9914639.

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

Color convert

RGB 15 73 151 -
CMYK 0.90 0.52 0 0.41
HSL 214.41º 0.82% 0.33% -
HSV(B) 214.41º 0.9% 0.59% -
XYZ 8.17 7.1 30.22 -
YUV 64.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 15 73 151 0.90 0.52 0 0.41 214.41 0.82 0.33
Hex F 49 97 5A 34 0 29 D6 52 21
Octal 17 111 227 132 64 0 51 326 122 41
Binary 1111 1001001 10010111 1011010 110100 0 101001 11010110 1010010 100001

Color Harmonies of #0F4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4997

Black with #0F4997

Text Example


Text Example

White with #0F4997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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