Html Css Color HEX #035DCE Navy Blue

📋 copy color: '#035DCE'

red 3 ◦ green 93 ◦ blue 206

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

Shades of Navy Blue #035DCE

Tints of Navy Blue #035DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 0.99%
G = 30.79%
B = 68.21%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#035DCE (or 0x035DCE) is known color: Navy Blue. HEX triplet: 03, 5D and CE. RGB value is (3,93,206). Sum of RGB (Red+Green+Blue) = 3+93+206=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #035DCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DCE is #FCA231. Grayscale: #4E4E4E. Windows color (decimal): -16556594 or 13524227. OLE color: 13524227.

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

Color convert

RGB 3 93 206 -
CMYK 0.99 0.55 0 0.19
HSL 213.4º 0.97% 0.41% -
HSV(B) 213.4º 0.99% 0.81% -
XYZ 15.09 12.3 59.97 -
YUV 78.97 199.68 73.81 -
System Red Green Blue C M Y K H S L
Decimal 3 93 206 0.99 0.55 0 0.19 213.4 0.97 0.41
Hex 3 5D CE 63 37 0 13 D5 61 29
Octal 3 135 316 143 67 0 23 325 141 51
Binary 11 1011101 11001110 1100011 110111 0 10011 11010101 1100001 101001

Color Harmonies of #035DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DCE

Black with #035DCE

Text Example


Text Example

White with #035DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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