Html Css Color HEX #035DD6 Navy Blue

📋 copy color: '#035DD6'

red 3 ◦ green 93 ◦ blue 214

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

Shades of Navy Blue #035DD6

Tints of Navy Blue #035DD6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 0.97%
G = 30%
B = 69.03%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#035DD6 (or 0x035DD6) is known color: Navy Blue. HEX triplet: 03, 5D and D6. RGB value is (3,93,214). Sum of RGB (Red+Green+Blue) = 3+93+214=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 214 (83.98% from 255 or 69.03% from 310); Max value from RGB is 214 - color contains mainly: blue. Hex color #035DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DD6 is #FCA229. Grayscale: #4F4F4F. Windows color (decimal): -16556586 or 14048515. OLE color: 14048515.

HSL color Cylindrical-coordinate representation of color #035DD6: hue angle of 214.41º 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 #035DD6 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 93 214 -
CMYK 0.99 0.57 0 0.16
HSL 214.41º 0.97% 0.43% -
HSV(B) 214.41º 0.99% 0.84% -
XYZ 16.09 12.7 65.22 -
YUV 79.88 203.68 73.16 -
System Red Green Blue C M Y K H S L
Decimal 3 93 214 0.99 0.57 0 0.16 214.41 0.97 0.43
Hex 3 5D D6 63 39 0 10 D6 61 2B
Octal 3 135 326 143 71 0 20 326 141 53
Binary 11 1011101 11010110 1100011 111001 0 10000 11010110 1100001 101011

Color Harmonies of #035DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DD6

Black with #035DD6

Text Example


Text Example

White with #035DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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