Html Css Color HEX #035EC7 Navy Blue

📋 copy color: '#035EC7'

red 3 ◦ green 94 ◦ blue 199

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

Shades of Navy Blue #035EC7

Tints of Navy Blue #035EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 67.23%

R = 1.01%
G = 31.76%
B = 67.23%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#035EC7 (or 0x035EC7) is known color: Navy Blue. HEX triplet: 03, 5E and C7. RGB value is (3,94,199). Sum of RGB (Red+Green+Blue) = 3+94+199=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 199 (78.12% from 255 or 67.23% from 296); Max value from RGB is 199 - color contains mainly: blue. Hex color #035EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EC7 is #FCA138. Grayscale: #4E4E4E. Windows color (decimal): -16556345 or 13065731. OLE color: 13065731.

HSL color Cylindrical-coordinate representation of color #035EC7: hue angle of 212.14º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035EC7 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 94 199 -
CMYK 0.98 0.53 0 0.22
HSL 212.14º 0.97% 0.4% -
HSV(B) 212.14º 0.98% 0.78% -
XYZ 14.35 12.15 55.62 -
YUV 78.76 195.85 73.96 -
System Red Green Blue C M Y K H S L
Decimal 3 94 199 0.98 0.53 0 0.22 212.14 0.97 0.4
Hex 3 5E C7 62 35 0 16 D4 61 28
Octal 3 136 307 142 65 0 26 324 141 50
Binary 11 1011110 11000111 1100010 110101 0 10110 11010100 1100001 101000

Color Harmonies of #035EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EC7

Black with #035EC7

Text Example


Text Example

White with #035EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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