Html Css Color HEX #035ACE Navy Blue

📋 copy color: '#035ACE'

red 3 ◦ green 90 ◦ blue 206

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

Shades of Navy Blue #035ACE

Tints of Navy Blue #035ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 1%
G = 30.1%
B = 68.9%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035ACE (or 0x035ACE) is known color: Navy Blue. HEX triplet: 03, 5A and CE. RGB value is (3,90,206). Sum of RGB (Red+Green+Blue) = 3+90+206=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #035ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ACE is #FCA531. Grayscale: #4C4C4C. Windows color (decimal): -16557362 or 13523459. OLE color: 13523459.

HSL color Cylindrical-coordinate representation of color #035ACE: hue angle of 214.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035ACE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 90 206 -
CMYK 0.99 0.56 0 0.19
HSL 214.29º 0.97% 0.41% -
HSV(B) 214.29º 0.99% 0.81% -
XYZ 14.83 11.79 59.89 -
YUV 77.21 200.68 75.07 -
System Red Green Blue C M Y K H S L
Decimal 3 90 206 0.99 0.56 0 0.19 214.29 0.97 0.41
Hex 3 5A CE 63 38 0 13 D6 61 29
Octal 3 132 316 143 70 0 23 326 141 51
Binary 11 1011010 11001110 1100011 111000 0 10011 11010110 1100001 101001

Color Harmonies of #035ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ACE

Black with #035ACE

Text Example


Text Example

White with #035ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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