Html Css Color HEX #0F4DA9 Cobalt

📋 copy color: '#0F4DA9'

red 15 ◦ green 77 ◦ blue 169

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

Shades of Cobalt #0F4DA9

Tints of Cobalt #0F4DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 64.75%

R = 5.75%
G = 29.5%
B = 64.75%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F4DA9 (or 0x0F4DA9) is known color: Cobalt. HEX triplet: 0F, 4D and A9. RGB value is (15,77,169). Sum of RGB (Red+Green+Blue) = 15+77+169=261 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.75% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F4DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F4DA9 is #F0B256. Grayscale: #444444. Windows color (decimal): -15774295 or 11095311. OLE color: 11095311.

HSL color Cylindrical-coordinate representation of color #0F4DA9: hue angle of 215.84º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F4DA9 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 77 169 -
CMYK 0.91 0.54 0 0.34
HSL 215.84º 0.84% 0.36% -
HSV(B) 215.84º 0.91% 0.66% -
XYZ 10.01 8.27 38.61 -
YUV 68.95 184.46 89.52 -
System Red Green Blue C M Y K H S L
Decimal 15 77 169 0.91 0.54 0 0.34 215.84 0.84 0.36
Hex F 4D A9 5B 36 0 22 D8 54 24
Octal 17 115 251 133 66 0 42 330 124 44
Binary 1111 1001101 10101001 1011011 110110 0 100010 11011000 1010100 100100

Color Harmonies of #0F4DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4DA9

Black with #0F4DA9

Text Example


Text Example

White with #0F4DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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