Html Css Color HEX #0F4D99 Cobalt

📋 copy color: '#0F4D99'

red 15 ◦ green 77 ◦ blue 153

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

Shades of Cobalt #0F4D99

Tints of Cobalt #0F4D99

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.43%

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

R = 6.12%
G = 31.43%
B = 62.45%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0F4D99 (or 0x0F4D99) is known color: Cobalt. HEX triplet: 0F, 4D and 99. RGB value is (15,77,153). Sum of RGB (Red+Green+Blue) = 15+77+153=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #0F4D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4D99 is #F0B266. Grayscale: #424242. Windows color (decimal): -15774311 or 10046735. OLE color: 10046735.

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

Color convert

RGB 15 77 153 -
CMYK 0.90 0.50 0 0.4
HSL 213.04º 0.82% 0.33% -
HSV(B) 213.04º 0.9% 0.6% -
XYZ 8.6 7.71 31.17 -
YUV 67.13 176.46 90.82 -
System Red Green Blue C M Y K H S L
Decimal 15 77 153 0.90 0.50 0 0.4 213.04 0.82 0.33
Hex F 4D 99 5A 32 0 28 D5 52 21
Octal 17 115 231 132 62 0 50 325 122 41
Binary 1111 1001101 10011001 1011010 110010 0 101000 11010101 1010010 100001

Color Harmonies of #0F4D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4D99

Black with #0F4D99

Text Example


Text Example

White with #0F4D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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