Html Css Color HEX #035EDC Navy Blue

📋 copy color: '#035EDC'

red 3 ◦ green 94 ◦ blue 220

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

Shades of Navy Blue #035EDC

Tints of Navy Blue #035EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 0.95%
G = 29.65%
B = 69.4%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035EDC (or 0x035EDC) is known color: Navy Blue. HEX triplet: 03, 5E and DC. RGB value is (3,94,220). Sum of RGB (Red+Green+Blue) = 3+94+220=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #035EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EDC is #FCA123. Grayscale: #505050. Windows color (decimal): -16556324 or 14441987. OLE color: 14441987.

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

Color convert

RGB 3 94 220 -
CMYK 0.99 0.57 0 0.14
HSL 214.84º 0.97% 0.44% -
HSV(B) 214.84º 0.99% 0.86% -
XYZ 16.96 13.19 69.36 -
YUV 81.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 3 94 220 0.99 0.57 0 0.14 214.84 0.97 0.44
Hex 3 5E DC 63 39 0 E D7 61 2C
Octal 3 136 334 143 71 0 16 327 141 54
Binary 11 1011110 11011100 1100011 111001 0 1110 11010111 1100001 101100

Color Harmonies of #035EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EDC

Black with #035EDC

Text Example


Text Example

White with #035EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035EDC; }

 p { color: rgb(3,94,220); }

 H1.HeaderClassName
 {
   color: #035EDC;
 }
 .AnyTagClassName
 {
   color: #035EDC;
 }
</style>

background-color css

<style>
 a { background-color: #035EDC; }

 a { background-color: rgb(3,94,220); }

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

border-color css

<style>
 span { border-color: #035EDC; }

 span { border-color: rgb(3,94,220); }

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