Html Css Color HEX #034EDB Navy Blue

📋 copy color: '#034EDB'

red 3 ◦ green 78 ◦ blue 219

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

Shades of Navy Blue #034EDB

Tints of Navy Blue #034EDB

RGB

 RED value IS 3 (1.56% from 255) = 1%

 GREEN value IS 78 (30.86% from 255) = 26%

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

R = 1%
G = 26%
B = 73%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#034EDB (or 0x034EDB) is known color: Navy Blue. HEX triplet: 03, 4E and DB. RGB value is (3,78,219). Sum of RGB (Red+Green+Blue) = 3+78+219=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #034EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EDB is #FCB124. Grayscale: #474747. Windows color (decimal): -16560421 or 14372355. OLE color: 14372355.

HSL color Cylindrical-coordinate representation of color #034EDB: hue angle of 219.17º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EDB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 78 219 -
CMYK 0.99 0.64 0 0.14
HSL 219.17º 0.97% 0.44% -
HSV(B) 219.17º 0.99% 0.86% -
XYZ 15.55 10.58 68.24 -
YUV 71.65 211.15 79.04 -
System Red Green Blue C M Y K H S L
Decimal 3 78 219 0.99 0.64 0 0.14 219.17 0.97 0.44
Hex 3 4E DB 63 40 0 E DB 61 2C
Octal 3 116 333 143 100 0 16 333 141 54
Binary 11 1001110 11011011 1100011 1000000 0 1110 11011011 1100001 101100

Color Harmonies of #034EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EDB

Black with #034EDB

Text Example


Text Example

White with #034EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034EDB; }

 p { color: rgb(3,78,219); }

 H1.HeaderClassName
 {
   color: #034EDB;
 }
 .AnyTagClassName
 {
   color: #034EDB;
 }
</style>

background-color css

<style>
 a { background-color: #034EDB; }

 a { background-color: rgb(3,78,219); }

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

border-color css

<style>
 span { border-color: #034EDB; }

 span { border-color: rgb(3,78,219); }

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