Html Css Color HEX #035DDC Navy Blue

📋 copy color: '#035DDC'

red 3 ◦ green 93 ◦ blue 220

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

Shades of Navy Blue #035DDC

Tints of Navy Blue #035DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 0.95%
G = 29.43%
B = 69.62%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#035DDC (or 0x035DDC) is known color: Navy Blue. HEX triplet: 03, 5D and DC. RGB value is (3,93,220). Sum of RGB (Red+Green+Blue) = 3+93+220=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #035DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DDC is #FCA223. Grayscale: #4F4F4F. Windows color (decimal): -16556580 or 14441731. OLE color: 14441731.

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

Color convert

RGB 3 93 220 -
CMYK 0.99 0.58 0 0.14
HSL 215.12º 0.97% 0.44% -
HSV(B) 215.12º 0.99% 0.86% -
XYZ 16.87 13.02 69.33 -
YUV 80.57 206.68 72.67 -
System Red Green Blue C M Y K H S L
Decimal 3 93 220 0.99 0.58 0 0.14 215.12 0.97 0.44
Hex 3 5D DC 63 3A 0 E D7 61 2C
Octal 3 135 334 143 72 0 16 327 141 54
Binary 11 1011101 11011100 1100011 111010 0 1110 11010111 1100001 101100

Color Harmonies of #035DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DDC

Black with #035DDC

Text Example


Text Example

White with #035DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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