Html Css Color HEX #035AEC Navy Blue

📋 copy color: '#035AEC'

red 3 ◦ green 90 ◦ blue 236

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

Shades of Navy Blue #035AEC

Tints of Navy Blue #035AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.73%

R = 0.91%
G = 27.36%
B = 71.73%

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

#035AEC (or 0x035AEC) is known color: Navy Blue. HEX triplet: 03, 5A and EC. RGB value is (3,90,236). Sum of RGB (Red+Green+Blue) = 3+90+236=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #035AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #035AEC is #FCA513. Grayscale: #4F4F4F. Windows color (decimal): -16557332 or 15489539. OLE color: 15489539.

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

Color convert

RGB 3 90 236 -
CMYK 0.99 0.62 0 0.07
HSL 217.6º 0.97% 0.47% -
HSV(B) 217.6º 0.99% 0.93% -
XYZ 18.83 13.39 80.95 -
YUV 80.63 215.68 72.63 -
System Red Green Blue C M Y K H S L
Decimal 3 90 236 0.99 0.62 0 0.07 217.6 0.97 0.47
Hex 3 5A EC 63 3E 0 7 DA 61 2F
Octal 3 132 354 143 76 0 7 332 141 57
Binary 11 1011010 11101100 1100011 111110 0 111 11011010 1100001 101111

Color Harmonies of #035AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AEC

Black with #035AEC

Text Example


Text Example

White with #035AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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