Html Css Color HEX #005FCD Navy Blue

📋 copy color: '#005FCD'

red 0 ◦ green 95 ◦ blue 205

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

Shades of Navy Blue #005FCD

Tints of Navy Blue #005FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.33%

R = 0%
G = 31.67%
B = 68.33%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005FCD (or 0x005FCD) is known color: Navy Blue. HEX triplet: 00, 5F and CD. RGB value is (0,95,205). Sum of RGB (Red+Green+Blue) = 0+95+205=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #005FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FCD is #FFA032. Grayscale: #4E4E4E. Windows color (decimal): -16752691 or 13459200. OLE color: 13459200.

HSL color Cylindrical-coordinate representation of color #005FCD: hue angle of 212.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FCD is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 95 205 -
CMYK 1 0.54 0 0.20
HSL 212.2º 1% 0.4% -
HSV(B) 212.2º 1% 0.8% -
XYZ 15.11 12.59 59.39 -
YUV 79.14 199.03 71.56 -
System Red Green Blue C M Y K H S L
Decimal 0 95 205 1 0.54 0 0.20 212.2 1 0.4
Hex 0 5F CD 64 36 0 14 D4 64 28
Octal 0 137 315 144 66 0 24 324 144 50
Binary 0 1011111 11001101 1100100 110110 0 10100 11010100 1100100 101000

Color Harmonies of #005FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FCD

Black with #005FCD

Text Example


Text Example

White with #005FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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