Html Css Color HEX #0F4FDB Navy Blue

📋 copy color: '#0F4FDB'

red 15 ◦ green 79 ◦ blue 219

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

Shades of Navy Blue #0F4FDB

Tints of Navy Blue #0F4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 4.79%
G = 25.24%
B = 69.97%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F4FDB (or 0x0F4FDB) is known color: Navy Blue. HEX triplet: 0F, 4F and DB. RGB value is (15,79,219). Sum of RGB (Red+Green+Blue) = 15+79+219=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F4FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FDB is #F0B024. Grayscale: #4B4B4B. Windows color (decimal): -15773733 or 14372623. OLE color: 14372623.

HSL color Cylindrical-coordinate representation of color #0F4FDB: hue angle of 221.18º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4FDB is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 79 219 -
CMYK 0.93 0.64 0 0.14
HSL 221.18º 0.87% 0.46% -
HSV(B) 221.18º 0.93% 0.86% -
XYZ 15.78 10.81 68.27 -
YUV 75.82 208.8 84.62 -
System Red Green Blue C M Y K H S L
Decimal 15 79 219 0.93 0.64 0 0.14 221.18 0.87 0.46
Hex F 4F DB 5D 40 0 E DD 57 2E
Octal 17 117 333 135 100 0 16 335 127 56
Binary 1111 1001111 11011011 1011101 1000000 0 1110 11011101 1010111 101110

Color Harmonies of #0F4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F4FDB

Black with #0F4FDB

Text Example


Text Example

White with #0F4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,79,219); }

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

background-color css

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

 a { background-color: rgb(15,79,219); }

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

border-color css

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

 span { border-color: rgb(15,79,219); }

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