Html Css Color HEX #034ED7 Navy Blue

📋 copy color: '#034ED7'

red 3 ◦ green 78 ◦ blue 215

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

Shades of Navy Blue #034ED7

Tints of Navy Blue #034ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 72.64%

R = 1.01%
G = 26.35%
B = 72.64%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#034ED7 (or 0x034ED7) is known color: Navy Blue. HEX triplet: 03, 4E and D7. RGB value is (3,78,215). Sum of RGB (Red+Green+Blue) = 3+78+215=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 215 (84.38% from 255 or 72.64% from 296); Max value from RGB is 215 - color contains mainly: blue. Hex color #034ED7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ED7 is #FCB128. Grayscale: #464646. Windows color (decimal): -16560425 or 14110211. OLE color: 14110211.

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

Color convert

RGB 3 78 215 -
CMYK 0.99 0.64 0 0.16
HSL 218.77º 0.97% 0.43% -
HSV(B) 218.77º 0.99% 0.84% -
XYZ 15.03 10.37 65.5 -
YUV 71.19 209.15 79.36 -
System Red Green Blue C M Y K H S L
Decimal 3 78 215 0.99 0.64 0 0.16 218.77 0.97 0.43
Hex 3 4E D7 63 40 0 10 DB 61 2B
Octal 3 116 327 143 100 0 20 333 141 53
Binary 11 1001110 11010111 1100011 1000000 0 10000 11011011 1100001 101011

Color Harmonies of #034ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ED7

Black with #034ED7

Text Example


Text Example

White with #034ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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