Html Css Color HEX #005FC3 Navy Blue

📋 copy color: '#005FC3'

red 0 ◦ green 95 ◦ blue 195

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

Shades of Navy Blue #005FC3

Tints of Navy Blue #005FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 67.24%

R = 0%
G = 32.76%
B = 67.24%

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

#005FC3 (or 0x005FC3) is known color: Navy Blue. HEX triplet: 00, 5F and C3. RGB value is (0,95,195). Sum of RGB (Red+Green+Blue) = 0+95+195=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 195 (76.56% from 255 or 67.24% from 290); Max value from RGB is 195 - color contains mainly: blue. Hex color #005FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FC3 is #FFA03C. Grayscale: #4D4D4D. Windows color (decimal): -16752701 or 12803840. OLE color: 12803840.

HSL color Cylindrical-coordinate representation of color #005FC3: hue angle of 210.77º 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 #005FC3 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 95 195 -
CMYK 1 0.51 0 0.24
HSL 210.77º 1% 0.38% -
HSV(B) 210.77º 1% 0.76% -
XYZ 13.94 12.12 53.24 -
YUV 78 194.03 72.37 -
System Red Green Blue C M Y K H S L
Decimal 0 95 195 1 0.51 0 0.24 210.77 1 0.38
Hex 0 5F C3 64 33 0 18 D3 64 26
Octal 0 137 303 144 63 0 30 323 144 46
Binary 0 1011111 11000011 1100100 110011 0 11000 11010011 1100100 100110

Color Harmonies of #005FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FC3

Black with #005FC3

Text Example


Text Example

White with #005FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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