Html Css Color HEX #035AD6 Navy Blue

📋 copy color: '#035AD6'

red 3 ◦ green 90 ◦ blue 214

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

Shades of Navy Blue #035AD6

Tints of Navy Blue #035AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 69.71%

R = 0.98%
G = 29.32%
B = 69.71%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#035AD6 (or 0x035AD6) is known color: Navy Blue. HEX triplet: 03, 5A and D6. RGB value is (3,90,214). Sum of RGB (Red+Green+Blue) = 3+90+214=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 214 (83.98% from 255 or 69.71% from 307); Max value from RGB is 214 - color contains mainly: blue. Hex color #035AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035AD6 is #FCA529. Grayscale: #4D4D4D. Windows color (decimal): -16557354 or 14047747. OLE color: 14047747.

HSL color Cylindrical-coordinate representation of color #035AD6: hue angle of 215.26º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035AD6 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 90 214 -
CMYK 0.99 0.58 0 0.16
HSL 215.26º 0.97% 0.43% -
HSV(B) 215.26º 0.99% 0.84% -
XYZ 15.83 12.19 65.14 -
YUV 78.12 204.68 74.42 -
System Red Green Blue C M Y K H S L
Decimal 3 90 214 0.99 0.58 0 0.16 215.26 0.97 0.43
Hex 3 5A D6 63 3A 0 10 D7 61 2B
Octal 3 132 326 143 72 0 20 327 141 53
Binary 11 1011010 11010110 1100011 111010 0 10000 11010111 1100001 101011

Color Harmonies of #035AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035AD6

Black with #035AD6

Text Example


Text Example

White with #035AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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