Html Css Color HEX #035EEB Navy Blue

📋 copy color: '#035EEB'

red 3 ◦ green 94 ◦ blue 235

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

Shades of Navy Blue #035EEB

Tints of Navy Blue #035EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 0.9%
G = 28.31%
B = 70.78%

CMYK

 C value IS 0.99

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#035EEB (or 0x035EEB) is known color: Navy Blue. HEX triplet: 03, 5E and EB. RGB value is (3,94,235). Sum of RGB (Red+Green+Blue) = 3+94+235=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #035EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EEB is #FCA114. Grayscale: #525252. Windows color (decimal): -16556309 or 15425027. OLE color: 15425027.

HSL color Cylindrical-coordinate representation of color #035EEB: hue angle of 216.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EEB is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 94 235 -
CMYK 0.99 0.6 0 0.08
HSL 216.47º 0.97% 0.47% -
HSV(B) 216.47º 0.99% 0.92% -
XYZ 19.04 14.02 80.3 -
YUV 82.87 213.85 71.04 -
System Red Green Blue C M Y K H S L
Decimal 3 94 235 0.99 0.6 0 0.08 216.47 0.97 0.47
Hex 3 5E EB 63 3C 0 8 D8 61 2F
Octal 3 136 353 143 74 0 10 330 141 57
Binary 11 1011110 11101011 1100011 111100 0 1000 11011000 1100001 101111

Color Harmonies of #035EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EEB

Black with #035EEB

Text Example


Text Example

White with #035EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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