Html Css Color HEX #0F6FDB Navy Blue

📋 copy color: '#0F6FDB'

red 15 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #0F6FDB

Tints of Navy Blue #0F6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

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

R = 4.35%
G = 32.17%
B = 63.48%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0F6FDB (or 0x0F6FDB) is known color: Navy Blue. HEX triplet: 0F, 6F and DB. RGB value is (15,111,219). Sum of RGB (Red+Green+Blue) = 15+111+219=345 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.35% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F6FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FDB is #F09024. Grayscale: #5E5E5E. Windows color (decimal): -15765541 or 14380815. OLE color: 14380815.

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

Color convert

RGB 15 111 219 -
CMYK 0.93 0.49 0 0.14
HSL 211.76º 0.87% 0.46% -
HSV(B) 211.76º 0.93% 0.86% -
XYZ 18.67 16.58 69.24 -
YUV 94.61 198.2 71.22 -
System Red Green Blue C M Y K H S L
Decimal 15 111 219 0.93 0.49 0 0.14 211.76 0.87 0.46
Hex F 6F DB 5D 31 0 E D4 57 2E
Octal 17 157 333 135 61 0 16 324 127 56
Binary 1111 1101111 11011011 1011101 110001 0 1110 11010100 1010111 101110

Color Harmonies of #0F6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6FDB

Black with #0F6FDB

Text Example


Text Example

White with #0F6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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