Html Css Color HEX #035ECE Navy Blue

📋 copy color: '#035ECE'

red 3 ◦ green 94 ◦ blue 206

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

Shades of Navy Blue #035ECE

Tints of Navy Blue #035ECE

RGB

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

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

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

R = 0.99%
G = 31.02%
B = 67.99%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035ECE (or 0x035ECE) is known color: Navy Blue. HEX triplet: 03, 5E and CE. RGB value is (3,94,206). Sum of RGB (Red+Green+Blue) = 3+94+206=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #035ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ECE is #FCA131. Grayscale: #4F4F4F. Windows color (decimal): -16556338 or 13524483. OLE color: 13524483.

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

Color convert

RGB 3 94 206 -
CMYK 0.99 0.54 0 0.19
HSL 213.1º 0.97% 0.41% -
HSV(B) 213.1º 0.99% 0.81% -
XYZ 15.18 12.48 60 -
YUV 79.56 199.35 73.39 -
System Red Green Blue C M Y K H S L
Decimal 3 94 206 0.99 0.54 0 0.19 213.1 0.97 0.41
Hex 3 5E CE 63 36 0 13 D5 61 29
Octal 3 136 316 143 66 0 23 325 141 51
Binary 11 1011110 11001110 1100011 110110 0 10011 11010101 1100001 101001

Color Harmonies of #035ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ECE

Black with #035ECE

Text Example


Text Example

White with #035ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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