Html Css Color HEX #035FC5 Navy Blue

📋 copy color: '#035FC5'

red 3 ◦ green 95 ◦ blue 197

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

Shades of Navy Blue #035FC5

Tints of Navy Blue #035FC5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

 BLUE value IS 197 (77.34% from 255) = 66.78%

R = 1.02%
G = 32.2%
B = 66.78%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#035FC5 (or 0x035FC5) is known color: Navy Blue. HEX triplet: 03, 5F and C5. RGB value is (3,95,197). Sum of RGB (Red+Green+Blue) = 3+95+197=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #035FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035FC5 is #FCA03A. Grayscale: #4E4E4E. Windows color (decimal): -16556091 or 12934915. OLE color: 12934915.

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

Color convert

RGB 3 95 197 -
CMYK 0.98 0.52 0 0.23
HSL 211.55º 0.97% 0.39% -
HSV(B) 211.55º 0.98% 0.77% -
XYZ 14.21 12.24 54.44 -
YUV 79.12 194.52 73.71 -
System Red Green Blue C M Y K H S L
Decimal 3 95 197 0.98 0.52 0 0.23 211.55 0.97 0.39
Hex 3 5F C5 62 34 0 17 D4 61 27
Octal 3 137 305 142 64 0 27 324 141 47
Binary 11 1011111 11000101 1100010 110100 0 10111 11010100 1100001 100111

Color Harmonies of #035FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035FC5

Black with #035FC5

Text Example


Text Example

White with #035FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,95,197); }

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

background-color css

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

 a { background-color: rgb(3,95,197); }

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

border-color css

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

 span { border-color: rgb(3,95,197); }

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