Html Css Color HEX #005FC2 Navy Blue

📋 copy color: '#005FC2'

red 0 ◦ green 95 ◦ blue 194

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

Shades of Navy Blue #005FC2

Tints of Navy Blue #005FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.13%

R = 0%
G = 32.87%
B = 67.13%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#005FC2 (or 0x005FC2) is known color: Navy Blue. HEX triplet: 00, 5F and C2. RGB value is (0,95,194). Sum of RGB (Red+Green+Blue) = 0+95+194=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 194 (76.17% from 255 or 67.13% from 289); Max value from RGB is 194 - color contains mainly: blue. Hex color #005FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FC2 is #FFA03D. Grayscale: #4D4D4D. Windows color (decimal): -16752702 or 12738304. OLE color: 12738304.

HSL color Cylindrical-coordinate representation of color #005FC2: hue angle of 210.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FC2 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 95 194 -
CMYK 1 0.51 0 0.24
HSL 210.62º 1% 0.38% -
HSV(B) 210.62º 1% 0.76% -
XYZ 13.83 12.08 52.64 -
YUV 77.88 193.53 72.45 -
System Red Green Blue C M Y K H S L
Decimal 0 95 194 1 0.51 0 0.24 210.62 1 0.38
Hex 0 5F C2 64 33 0 18 D3 64 26
Octal 0 137 302 144 63 0 30 323 144 46
Binary 0 1011111 11000010 1100100 110011 0 11000 11010011 1100100 100110

Color Harmonies of #005FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FC2

Black with #005FC2

Text Example


Text Example

White with #005FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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