Html Css Color HEX #034FDB Navy Blue

📋 copy color: '#034FDB'

red 3 ◦ green 79 ◦ blue 219

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

Shades of Navy Blue #034FDB

Tints of Navy Blue #034FDB

RGB

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

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

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

R = 1%
G = 26.25%
B = 72.76%

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

#034FDB (or 0x034FDB) is known color: Navy Blue. HEX triplet: 03, 4F and DB. RGB value is (3,79,219). Sum of RGB (Red+Green+Blue) = 3+79+219=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #034FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FDB is #FCB024. Grayscale: #474747. Windows color (decimal): -16560165 or 14372611. OLE color: 14372611.

HSL color Cylindrical-coordinate representation of color #034FDB: hue angle of 218.89º 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 #034FDB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 79 219 -
CMYK 0.99 0.64 0 0.14
HSL 218.89º 0.97% 0.44% -
HSV(B) 218.89º 0.99% 0.86% -
XYZ 15.62 10.73 68.26 -
YUV 72.24 210.82 78.62 -
System Red Green Blue C M Y K H S L
Decimal 3 79 219 0.99 0.64 0 0.14 218.89 0.97 0.44
Hex 3 4F DB 63 40 0 E DB 61 2C
Octal 3 117 333 143 100 0 16 333 141 54
Binary 11 1001111 11011011 1100011 1000000 0 1110 11011011 1100001 101100

Color Harmonies of #034FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FDB

Black with #034FDB

Text Example


Text Example

White with #034FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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