Html Css Color HEX #0F5FDB Navy Blue

📋 copy color: '#0F5FDB'

red 15 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #0F5FDB

Tints of Navy Blue #0F5FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.88%

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

R = 4.56%
G = 28.88%
B = 66.57%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F5FDB (or 0x0F5FDB) is known color: Navy Blue. HEX triplet: 0F, 5F and DB. RGB value is (15,95,219). Sum of RGB (Red+Green+Blue) = 15+95+219=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F5FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F5FDB is #F0A024. Grayscale: #545454. Windows color (decimal): -15769637 or 14376719. OLE color: 14376719.

HSL color Cylindrical-coordinate representation of color #0F5FDB: hue angle of 216.47º 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 #0F5FDB is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 95 219 -
CMYK 0.93 0.57 0 0.14
HSL 216.47º 0.87% 0.46% -
HSV(B) 216.47º 0.93% 0.86% -
XYZ 17.08 13.4 68.7 -
YUV 85.22 203.5 77.92 -
System Red Green Blue C M Y K H S L
Decimal 15 95 219 0.93 0.57 0 0.14 216.47 0.87 0.46
Hex F 5F DB 5D 39 0 E D8 57 2E
Octal 17 137 333 135 71 0 16 330 127 56
Binary 1111 1011111 11011011 1011101 111001 0 1110 11011000 1010111 101110

Color Harmonies of #0F5FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5FDB

Black with #0F5FDB

Text Example


Text Example

White with #0F5FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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