Html Css Color HEX #035AC8 Navy Blue

📋 copy color: '#035AC8'

red 3 ◦ green 90 ◦ blue 200

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

Shades of Navy Blue #035AC8

Tints of Navy Blue #035AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.26%

R = 1.02%
G = 30.72%
B = 68.26%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#035AC8 (or 0x035AC8) is known color: Navy Blue. HEX triplet: 03, 5A and C8. RGB value is (3,90,200). Sum of RGB (Red+Green+Blue) = 3+90+200=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #035AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AC8 is #FCA537. Grayscale: #4C4C4C. Windows color (decimal): -16557368 or 13130243. OLE color: 13130243.

HSL color Cylindrical-coordinate representation of color #035AC8: hue angle of 213.5º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AC8 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 90 200 -
CMYK 0.98 0.55 0 0.22
HSL 213.5º 0.97% 0.4% -
HSV(B) 213.5º 0.99% 0.78% -
XYZ 14.12 11.5 56.12 -
YUV 76.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 3 90 200 0.98 0.55 0 0.22 213.5 0.97 0.4
Hex 3 5A C8 62 37 0 16 D6 61 28
Octal 3 132 310 142 67 0 26 326 141 50
Binary 11 1011010 11001000 1100010 110111 0 10110 11010110 1100001 101000

Color Harmonies of #035AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AC8

Black with #035AC8

Text Example


Text Example

White with #035AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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