Html Css Color HEX #005FC7 Navy Blue

📋 copy color: '#005FC7'

red 0 ◦ green 95 ◦ blue 199

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

Shades of Navy Blue #005FC7

Tints of Navy Blue #005FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 67.69%

R = 0%
G = 32.31%
B = 67.69%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#005FC7 (or 0x005FC7) is known color: Navy Blue. HEX triplet: 00, 5F and C7. RGB value is (0,95,199). Sum of RGB (Red+Green+Blue) = 0+95+199=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 199 (78.12% from 255 or 67.69% from 294); Max value from RGB is 199 - color contains mainly: blue. Hex color #005FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FC7 is #FFA038. Grayscale: #4D4D4D. Windows color (decimal): -16752697 or 13065984. OLE color: 13065984.

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

Color convert

RGB 0 95 199 -
CMYK 1 0.52 0 0.22
HSL 211.36º 1% 0.39% -
HSV(B) 211.36º 1% 0.78% -
XYZ 14.4 12.31 55.65 -
YUV 78.45 196.03 72.04 -
System Red Green Blue C M Y K H S L
Decimal 0 95 199 1 0.52 0 0.22 211.36 1 0.39
Hex 0 5F C7 64 34 0 16 D3 64 27
Octal 0 137 307 144 64 0 26 323 144 47
Binary 0 1011111 11000111 1100100 110100 0 10110 11010011 1100100 100111

Color Harmonies of #005FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FC7

Black with #005FC7

Text Example


Text Example

White with #005FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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