Html Css Color HEX #035ABE Navy Blue

📋 copy color: '#035ABE'

red 3 ◦ green 90 ◦ blue 190

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

Shades of Navy Blue #035ABE

Tints of Navy Blue #035ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.14%

R = 1.06%
G = 31.8%
B = 67.14%

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

#035ABE (or 0x035ABE) is known color: Navy Blue. HEX triplet: 03, 5A and BE. RGB value is (3,90,190). Sum of RGB (Red+Green+Blue) = 3+90+190=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #035ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ABE is #FCA541. Grayscale: #4A4A4A. Windows color (decimal): -16557378 or 12474883. OLE color: 12474883.

HSL color Cylindrical-coordinate representation of color #035ABE: hue angle of 212.09º 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 #035ABE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 90 190 -
CMYK 0.98 0.53 0 0.25
HSL 212.09º 0.97% 0.38% -
HSV(B) 212.09º 0.98% 0.75% -
XYZ 12.99 11.05 50.16 -
YUV 75.39 192.68 76.37 -
System Red Green Blue C M Y K H S L
Decimal 3 90 190 0.98 0.53 0 0.25 212.09 0.97 0.38
Hex 3 5A BE 62 35 0 19 D4 61 26
Octal 3 132 276 142 65 0 31 324 141 46
Binary 11 1011010 10111110 1100010 110101 0 11001 11010100 1100001 100110

Color Harmonies of #035ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035ABE

Black with #035ABE

Text Example


Text Example

White with #035ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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