Html Css Color HEX #005FCA Navy Blue

📋 copy color: '#005FCA'

red 0 ◦ green 95 ◦ blue 202

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

Shades of Navy Blue #005FCA

Tints of Navy Blue #005FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.01%

R = 0%
G = 31.99%
B = 68.01%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#005FCA (or 0x005FCA) is known color: Navy Blue. HEX triplet: 00, 5F and CA. RGB value is (0,95,202). Sum of RGB (Red+Green+Blue) = 0+95+202=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #005FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005FCA is #FFA035. Grayscale: #4E4E4E. Windows color (decimal): -16752694 or 13262592. OLE color: 13262592.

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

Color convert

RGB 0 95 202 -
CMYK 1 0.53 0 0.21
HSL 211.78º 1% 0.4% -
HSV(B) 211.78º 1% 0.79% -
XYZ 14.75 12.45 57.5 -
YUV 78.79 197.53 71.8 -
System Red Green Blue C M Y K H S L
Decimal 0 95 202 1 0.53 0 0.21 211.78 1 0.4
Hex 0 5F CA 64 35 0 15 D4 64 28
Octal 0 137 312 144 65 0 25 324 144 50
Binary 0 1011111 11001010 1100100 110101 0 10101 11010100 1100100 101000

Color Harmonies of #005FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FCA

Black with #005FCA

Text Example


Text Example

White with #005FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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