Html Css Color HEX #035CC1 Navy Blue

📋 copy color: '#035CC1'

red 3 ◦ green 92 ◦ blue 193

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

Shades of Navy Blue #035CC1

Tints of Navy Blue #035CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

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

R = 1.04%
G = 31.94%
B = 67.01%

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

#035CC1 (or 0x035CC1) is known color: Navy Blue. HEX triplet: 03, 5C and C1. RGB value is (3,92,193). Sum of RGB (Red+Green+Blue) = 3+92+193=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #035CC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CC1 is #FCA33E. Grayscale: #4C4C4C. Windows color (decimal): -16556863 or 12672003. OLE color: 12672003.

HSL color Cylindrical-coordinate representation of color #035CC1: hue angle of 211.89º 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 #035CC1 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 92 193 -
CMYK 0.98 0.52 0 0.24
HSL 211.89º 0.97% 0.38% -
HSV(B) 211.89º 0.98% 0.76% -
XYZ 13.49 11.52 51.97 -
YUV 76.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 3 92 193 0.98 0.52 0 0.24 211.89 0.97 0.38
Hex 3 5C C1 62 34 0 18 D4 61 26
Octal 3 134 301 142 64 0 30 324 141 46
Binary 11 1011100 11000001 1100010 110100 0 11000 11010100 1100001 100110

Color Harmonies of #035CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035CC1

Black with #035CC1

Text Example


Text Example

White with #035CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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