Html Css Color HEX #035AED Navy Blue

📋 copy color: '#035AED'

red 3 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #035AED

Tints of Navy Blue #035AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 71.82%

R = 0.91%
G = 27.27%
B = 71.82%

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

#035AED (or 0x035AED) is known color: Navy Blue. HEX triplet: 03, 5A and ED. RGB value is (3,90,237). Sum of RGB (Red+Green+Blue) = 3+90+237=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #035AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AED is #FCA512. Grayscale: #505050. Windows color (decimal): -16557331 or 15555075. OLE color: 15555075.

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

Color convert

RGB 3 90 237 -
CMYK 0.99 0.62 0 0.07
HSL 217.69º 0.98% 0.47% -
HSV(B) 217.69º 0.99% 0.93% -
XYZ 18.98 13.45 81.72 -
YUV 80.75 216.18 72.55 -
System Red Green Blue C M Y K H S L
Decimal 3 90 237 0.99 0.62 0 0.07 217.69 0.98 0.47
Hex 3 5A ED 63 3E 0 7 DA 62 2F
Octal 3 132 355 143 76 0 7 332 142 57
Binary 11 1011010 11101101 1100011 111110 0 111 11011010 1100010 101111

Color Harmonies of #035AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AED

Black with #035AED

Text Example


Text Example

White with #035AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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