Html Css Color HEX #035EC8 Navy Blue

📋 copy color: '#035EC8'

red 3 ◦ green 94 ◦ blue 200

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

Shades of Navy Blue #035EC8

Tints of Navy Blue #035EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 67.34%

R = 1.01%
G = 31.65%
B = 67.34%

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

#035EC8 (or 0x035EC8) is known color: Navy Blue. HEX triplet: 03, 5E and C8. RGB value is (3,94,200). Sum of RGB (Red+Green+Blue) = 3+94+200=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #035EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035EC8 is #FCA137. Grayscale: #4E4E4E. Windows color (decimal): -16556344 or 13131267. OLE color: 13131267.

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

Color convert

RGB 3 94 200 -
CMYK 0.98 0.53 0 0.22
HSL 212.28º 0.97% 0.4% -
HSV(B) 212.28º 0.99% 0.78% -
XYZ 14.47 12.19 56.24 -
YUV 78.88 196.35 73.88 -
System Red Green Blue C M Y K H S L
Decimal 3 94 200 0.98 0.53 0 0.22 212.28 0.97 0.4
Hex 3 5E C8 62 35 0 16 D4 61 28
Octal 3 136 310 142 65 0 26 324 141 50
Binary 11 1011110 11001000 1100010 110101 0 10110 11010100 1100001 101000

Color Harmonies of #035EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EC8

Black with #035EC8

Text Example


Text Example

White with #035EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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