Html Css Color HEX #034ACE Navy Blue

📋 copy color: '#034ACE'

red 3 ◦ green 74 ◦ blue 206

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

Shades of Navy Blue #034ACE

Tints of Navy Blue #034ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 1.06%
G = 26.15%
B = 72.79%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#034ACE (or 0x034ACE) is known color: Navy Blue. HEX triplet: 03, 4A and CE. RGB value is (3,74,206). Sum of RGB (Red+Green+Blue) = 3+74+206=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #034ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ACE is #FCB531. Grayscale: #434343. Windows color (decimal): -16561458 or 13519363. OLE color: 13519363.

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

Color convert

RGB 3 74 206 -
CMYK 0.99 0.64 0 0.19
HSL 219.01º 0.97% 0.41% -
HSV(B) 219.01º 0.99% 0.81% -
XYZ 13.63 9.37 59.48 -
YUV 67.82 205.98 81.77 -
System Red Green Blue C M Y K H S L
Decimal 3 74 206 0.99 0.64 0 0.19 219.01 0.97 0.41
Hex 3 4A CE 63 40 0 13 DB 61 29
Octal 3 112 316 143 100 0 23 333 141 51
Binary 11 1001010 11001110 1100011 1000000 0 10011 11011011 1100001 101001

Color Harmonies of #034ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034ACE

Black with #034ACE

Text Example


Text Example

White with #034ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,74,206); }

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

background-color css

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

 a { background-color: rgb(3,74,206); }

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

border-color css

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

 span { border-color: rgb(3,74,206); }

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