Html Css Color HEX #034ED1 Navy Blue

📋 copy color: '#034ED1'

red 3 ◦ green 78 ◦ blue 209

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

Shades of Navy Blue #034ED1

Tints of Navy Blue #034ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 72.07%

R = 1.03%
G = 26.9%
B = 72.07%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#034ED1 (or 0x034ED1) is known color: Navy Blue. HEX triplet: 03, 4E and D1. RGB value is (3,78,209). Sum of RGB (Red+Green+Blue) = 3+78+209=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #034ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ED1 is #FCB12E. Grayscale: #454545. Windows color (decimal): -16560431 or 13716995. OLE color: 13716995.

HSL color Cylindrical-coordinate representation of color #034ED1: hue angle of 218.16º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ED1 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 78 209 -
CMYK 0.99 0.63 0 0.18
HSL 218.16º 0.97% 0.42% -
HSV(B) 218.16º 0.99% 0.82% -
XYZ 14.27 10.07 61.51 -
YUV 70.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 3 78 209 0.99 0.63 0 0.18 218.16 0.97 0.42
Hex 3 4E D1 63 3F 0 12 DA 61 2A
Octal 3 116 321 143 77 0 22 332 141 52
Binary 11 1001110 11010001 1100011 111111 0 10010 11011010 1100001 101010

Color Harmonies of #034ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ED1

Black with #034ED1

Text Example


Text Example

White with #034ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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