Html Css Color HEX #0F4996 Cobalt

📋 copy color: '#0F4996'

red 15 ◦ green 73 ◦ blue 150

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

Shades of Cobalt #0F4996

Tints of Cobalt #0F4996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.03%

R = 6.3%
G = 30.67%
B = 63.03%

CMYK

 C value IS 0.9

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0F4996 (or 0x0F4996) is known color: Cobalt. HEX triplet: 0F, 49 and 96. RGB value is (15,73,150). Sum of RGB (Red+Green+Blue) = 15+73+150=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 150 (58.98% from 255 or 63.03% from 238); Max value from RGB is 150 - color contains mainly: blue. Hex color #0F4996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F4996 is #F0B669. Grayscale: #404040. Windows color (decimal): -15775338 or 9849103. OLE color: 9849103.

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

Color convert

RGB 15 73 150 -
CMYK 0.9 0.51 0 0.41
HSL 214.22º 0.82% 0.32% -
HSV(B) 214.22º 0.9% 0.59% -
XYZ 8.08 7.07 29.79 -
YUV 64.44 176.28 92.74 -
System Red Green Blue C M Y K H S L
Decimal 15 73 150 0.9 0.51 0 0.41 214.22 0.82 0.32
Hex F 49 96 5A 33 0 29 D6 52 20
Octal 17 111 226 132 63 0 51 326 122 40
Binary 1111 1001001 10010110 1011010 110011 0 101001 11010110 1010010 100000

Color Harmonies of #0F4996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4996

Black with #0F4996

Text Example


Text Example

White with #0F4996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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