Html Css Color HEX #035AC0 Navy Blue

📋 copy color: '#035AC0'

red 3 ◦ green 90 ◦ blue 192

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

Shades of Navy Blue #035AC0

Tints of Navy Blue #035AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 1.05%
G = 31.58%
B = 67.37%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#035AC0 (or 0x035AC0) is known color: Navy Blue. HEX triplet: 03, 5A and C0. RGB value is (3,90,192). Sum of RGB (Red+Green+Blue) = 3+90+192=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #035AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AC0 is #FCA53F. Grayscale: #4B4B4B. Windows color (decimal): -16557376 or 12605955. OLE color: 12605955.

HSL color Cylindrical-coordinate representation of color #035AC0: hue angle of 212.38º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035AC0 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 90 192 -
CMYK 0.98 0.53 0 0.25
HSL 212.38º 0.97% 0.38% -
HSV(B) 212.38º 0.98% 0.75% -
XYZ 13.21 11.14 51.32 -
YUV 75.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 3 90 192 0.98 0.53 0 0.25 212.38 0.97 0.38
Hex 3 5A C0 62 35 0 19 D4 61 26
Octal 3 132 300 142 65 0 31 324 141 46
Binary 11 1011010 11000000 1100010 110101 0 11001 11010100 1100001 100110

Color Harmonies of #035AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AC0

Black with #035AC0

Text Example


Text Example

White with #035AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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