Html Css Color HEX #046FDB Navy Blue

📋 copy color: '#046FDB'

red 4 ◦ green 111 ◦ blue 219

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

Shades of Navy Blue #046FDB

Tints of Navy Blue #046FDB

RGB

 RED value IS 4 (1.95% from 255) = 1.2%

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

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

R = 1.2%
G = 33.23%
B = 65.57%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#046FDB (or 0x046FDB) is known color: Navy Blue. HEX triplet: 04, 6F and DB. RGB value is (4,111,219). Sum of RGB (Red+Green+Blue) = 4+111+219=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #046FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #046FDB is #FB9024. Grayscale: #5A5A5A. Windows color (decimal): -16486437 or 14380804. OLE color: 14380804.

HSL color Cylindrical-coordinate representation of color #046FDB: hue angle of 210.14º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FDB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 111 219 -
CMYK 0.98 0.49 0 0.14
HSL 210.14º 0.96% 0.44% -
HSV(B) 210.14º 0.98% 0.86% -
XYZ 18.52 16.51 69.23 -
YUV 91.32 200.05 65.72 -
System Red Green Blue C M Y K H S L
Decimal 4 111 219 0.98 0.49 0 0.14 210.14 0.96 0.44
Hex 4 6F DB 62 31 0 E D2 60 2C
Octal 4 157 333 142 61 0 16 322 140 54
Binary 100 1101111 11011011 1100010 110001 0 1110 11010010 1100000 101100

Color Harmonies of #046FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046FDB

Black with #046FDB

Text Example


Text Example

White with #046FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046FDB; }

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

 H1.HeaderClassName
 {
   color: #046FDB;
 }
 .AnyTagClassName
 {
   color: #046FDB;
 }
</style>

background-color css

<style>
 a { background-color: #046FDB; }

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

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

border-color css

<style>
 span { border-color: #046FDB; }

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

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