Html Css Color HEX #035AEE Navy Blue

📋 copy color: '#035AEE'

red 3 ◦ green 90 ◦ blue 238

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

Shades of Navy Blue #035AEE

Tints of Navy Blue #035AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 0.91%
G = 27.19%
B = 71.9%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#035AEE (or 0x035AEE) is known color: Navy Blue. HEX triplet: 03, 5A and EE. RGB value is (3,90,238). Sum of RGB (Red+Green+Blue) = 3+90+238=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 238 (93.36% from 255 or 71.90% from 331); Max value from RGB is 238 - color contains mainly: blue. Hex color #035AEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AEE is #FCA511. Grayscale: #505050. Windows color (decimal): -16557330 or 15620611. OLE color: 15620611.

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

Color convert

RGB 3 90 238 -
CMYK 0.99 0.62 0 0.07
HSL 217.79º 0.98% 0.47% -
HSV(B) 217.79º 0.99% 0.93% -
XYZ 19.13 13.5 82.49 -
YUV 80.86 216.68 72.47 -
System Red Green Blue C M Y K H S L
Decimal 3 90 238 0.99 0.62 0 0.07 217.79 0.98 0.47
Hex 3 5A EE 63 3E 0 7 DA 62 2F
Octal 3 132 356 143 76 0 7 332 142 57
Binary 11 1011010 11101110 1100011 111110 0 111 11011010 1100010 101111

Color Harmonies of #035AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AEE

Black with #035AEE

Text Example


Text Example

White with #035AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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