Html Css Color HEX #035EEE Navy Blue

📋 copy color: '#035EEE'

red 3 ◦ green 94 ◦ blue 238

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

Shades of Navy Blue #035EEE

Tints of Navy Blue #035EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 0.9%
G = 28.06%
B = 71.04%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#035EEE (or 0x035EEE) is known color: Navy Blue. HEX triplet: 03, 5E and EE. RGB value is (3,94,238). Sum of RGB (Red+Green+Blue) = 3+94+238=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #035EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035EEE is #FCA111. Grayscale: #525252. Windows color (decimal): -16556306 or 15621635. OLE color: 15621635.

HSL color Cylindrical-coordinate representation of color #035EEE: hue angle of 216.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035EEE is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 94 238 -
CMYK 0.99 0.61 0 0.07
HSL 216.77º 0.98% 0.47% -
HSV(B) 216.77º 0.99% 0.93% -
XYZ 19.47 14.2 82.6 -
YUV 83.21 215.35 70.79 -
System Red Green Blue C M Y K H S L
Decimal 3 94 238 0.99 0.61 0 0.07 216.77 0.98 0.47
Hex 3 5E EE 63 3D 0 7 D9 62 2F
Octal 3 136 356 143 75 0 7 331 142 57
Binary 11 1011110 11101110 1100011 111101 0 111 11011001 1100010 101111

Color Harmonies of #035EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035EEE

Black with #035EEE

Text Example


Text Example

White with #035EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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