Html Css Color HEX #034EC9 Navy Blue

📋 copy color: '#034EC9'

red 3 ◦ green 78 ◦ blue 201

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

Shades of Navy Blue #034EC9

Tints of Navy Blue #034EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 71.28%

R = 1.06%
G = 27.66%
B = 71.28%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#034EC9 (or 0x034EC9) is known color: Navy Blue. HEX triplet: 03, 4E and C9. RGB value is (3,78,201). Sum of RGB (Red+Green+Blue) = 3+78+201=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #034EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC9 is #FCB136. Grayscale: #454545. Windows color (decimal): -16560439 or 13192707. OLE color: 13192707.

HSL color Cylindrical-coordinate representation of color #034EC9: hue angle of 217.27º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EC9 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 78 201 -
CMYK 0.99 0.61 0 0.21
HSL 217.27º 0.97% 0.4% -
HSV(B) 217.27º 0.99% 0.79% -
XYZ 13.3 9.69 56.43 -
YUV 69.6 202.15 80.5 -
System Red Green Blue C M Y K H S L
Decimal 3 78 201 0.99 0.61 0 0.21 217.27 0.97 0.4
Hex 3 4E C9 63 3D 0 15 D9 61 28
Octal 3 116 311 143 75 0 25 331 141 50
Binary 11 1001110 11001001 1100011 111101 0 10101 11011001 1100001 101000

Color Harmonies of #034EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EC9

Black with #034EC9

Text Example


Text Example

White with #034EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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