Html Css Color HEX #0580CA Navy Blue

📋 copy color: '#0580CA'

red 5 ◦ green 128 ◦ blue 202

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

Shades of Navy Blue #0580CA

Tints of Navy Blue #0580CA

RGB

 RED value IS 5 (2.34% from 255) = 1.49%

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 1.49%
G = 38.21%
B = 60.3%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0580CA (or 0x0580CA) is known color: Navy Blue. HEX triplet: 05, 80 and CA. RGB value is (5,128,202). Sum of RGB (Red+Green+Blue) = 5+128+202=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #0580CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0580CA is #FA7F35. Grayscale: #636363. Windows color (decimal): -16416566 or 13271045. OLE color: 13271045.

HSL color Cylindrical-coordinate representation of color #0580CA: hue angle of 202.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0580CA is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 128 202 -
CMYK 0.98 0.37 0 0.21
HSL 202.54º 0.95% 0.41% -
HSV(B) 202.54º 0.98% 0.79% -
XYZ 18.44 19.73 58.71 -
YUV 99.66 185.75 60.48 -
System Red Green Blue C M Y K H S L
Decimal 5 128 202 0.98 0.37 0 0.21 202.54 0.95 0.41
Hex 5 80 CA 62 25 0 15 CB 5F 29
Octal 5 200 312 142 45 0 25 313 137 51
Binary 101 10000000 11001010 1100010 100101 0 10101 11001011 1011111 101001

Color Harmonies of #0580CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0580CA

Black with #0580CA

Text Example


Text Example

White with #0580CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0580CA; }

 p { color: rgb(5,128,202); }

 H1.HeaderClassName
 {
   color: #0580CA;
 }
 .AnyTagClassName
 {
   color: #0580CA;
 }
</style>

background-color css

<style>
 a { background-color: #0580CA; }

 a { background-color: rgb(5,128,202); }

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

border-color css

<style>
 span { border-color: #0580CA; }

 span { border-color: rgb(5,128,202); }

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