Html Css Color HEX #035DC1 Navy Blue

📋 copy color: '#035DC1'

red 3 ◦ green 93 ◦ blue 193

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

Shades of Navy Blue #035DC1

Tints of Navy Blue #035DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 66.78%

R = 1.04%
G = 32.18%
B = 66.78%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#035DC1 (or 0x035DC1) is known color: Navy Blue. HEX triplet: 03, 5D and C1. RGB value is (3,93,193). Sum of RGB (Red+Green+Blue) = 3+93+193=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #035DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035DC1 is #FCA23E. Grayscale: #4D4D4D. Windows color (decimal): -16556607 or 12672259. OLE color: 12672259.

HSL color Cylindrical-coordinate representation of color #035DC1: hue angle of 211.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035DC1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 93 193 -
CMYK 0.98 0.52 0 0.24
HSL 211.58º 0.97% 0.38% -
HSV(B) 211.58º 0.98% 0.76% -
XYZ 13.58 11.7 51.99 -
YUV 77.49 193.18 74.87 -
System Red Green Blue C M Y K H S L
Decimal 3 93 193 0.98 0.52 0 0.24 211.58 0.97 0.38
Hex 3 5D C1 62 34 0 18 D4 61 26
Octal 3 135 301 142 64 0 30 324 141 46
Binary 11 1011101 11000001 1100010 110100 0 11000 11010100 1100001 100110

Color Harmonies of #035DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035DC1

Black with #035DC1

Text Example


Text Example

White with #035DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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