Html Css Color HEX #035DCD Navy Blue

📋 copy color: '#035DCD'

red 3 ◦ green 93 ◦ blue 205

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

Shades of Navy Blue #035DCD

Tints of Navy Blue #035DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 1%
G = 30.9%
B = 68.11%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#035DCD (or 0x035DCD) is known color: Navy Blue. HEX triplet: 03, 5D and CD. RGB value is (3,93,205). Sum of RGB (Red+Green+Blue) = 3+93+205=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #035DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DCD is #FCA232. Grayscale: #4E4E4E. Windows color (decimal): -16556595 or 13458691. OLE color: 13458691.

HSL color Cylindrical-coordinate representation of color #035DCD: hue angle of 213.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035DCD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 93 205 -
CMYK 0.99 0.55 0 0.20
HSL 213.27º 0.97% 0.41% -
HSV(B) 213.27º 0.99% 0.8% -
XYZ 14.97 12.26 59.33 -
YUV 78.86 199.18 73.89 -
System Red Green Blue C M Y K H S L
Decimal 3 93 205 0.99 0.55 0 0.20 213.27 0.97 0.41
Hex 3 5D CD 63 37 0 14 D5 61 29
Octal 3 135 315 143 67 0 24 325 141 51
Binary 11 1011101 11001101 1100011 110111 0 10100 11010101 1100001 101001

Color Harmonies of #035DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DCD

Black with #035DCD

Text Example


Text Example

White with #035DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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