Html Css Color HEX #005FC5 Navy Blue

📋 copy color: '#005FC5'

red 0 ◦ green 95 ◦ blue 197

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

Shades of Navy Blue #005FC5

Tints of Navy Blue #005FC5

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 32.53%
B = 67.47%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#005FC5 (or 0x005FC5) is known color: Navy Blue. HEX triplet: 00, 5F and C5. RGB value is (0,95,197). Sum of RGB (Red+Green+Blue) = 0+95+197=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #005FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FC5 is #FFA03A. Grayscale: #4D4D4D. Windows color (decimal): -16752699 or 12934912. OLE color: 12934912.

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

Color convert

RGB 0 95 197 -
CMYK 1 0.52 0 0.23
HSL 211.07º 1% 0.39% -
HSV(B) 211.07º 1% 0.77% -
XYZ 14.17 12.22 54.43 -
YUV 78.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 0 95 197 1 0.52 0 0.23 211.07 1 0.39
Hex 0 5F C5 64 34 0 17 D3 64 27
Octal 0 137 305 144 64 0 27 323 144 47
Binary 0 1011111 11000101 1100100 110100 0 10111 11010011 1100100 100111

Color Harmonies of #005FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FC5

Black with #005FC5

Text Example


Text Example

White with #005FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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