Html Css Color HEX #1580CF Navy Blue

📋 copy color: '#1580CF'

red 21 ◦ green 128 ◦ blue 207

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

Shades of Navy Blue #1580CF

Tints of Navy Blue #1580CF

RGB

 RED value IS 21 (8.59% from 255) = 5.9%

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

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 5.9%
G = 35.96%
B = 58.15%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1580CF (or 0x1580CF) is known color: Navy Blue. HEX triplet: 15, 80 and CF. RGB value is (21,128,207). Sum of RGB (Red+Green+Blue) = 21+128+207=356 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.90% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #1580CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1580CF is #EA7F30. Grayscale: #686868. Windows color (decimal): -15367985 or 13598741. OLE color: 13598741.

HSL color Cylindrical-coordinate representation of color #1580CF: hue angle of 205.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1580CF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 128 207 -
CMYK 0.90 0.38 0 0.19
HSL 205.48º 0.82% 0.45% -
HSV(B) 205.48º 0.9% 0.81% -
XYZ 19.29 20.1 61.89 -
YUV 105.01 185.55 68.08 -
System Red Green Blue C M Y K H S L
Decimal 21 128 207 0.90 0.38 0 0.19 205.48 0.82 0.45
Hex 15 80 CF 5A 26 0 13 CD 52 2D
Octal 25 200 317 132 46 0 23 315 122 55
Binary 10101 10000000 11001111 1011010 100110 0 10011 11001101 1010010 101101

Color Harmonies of #1580CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1580CF

Black with #1580CF

Text Example


Text Example

White with #1580CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1580CF; }

 p { color: rgb(21,128,207); }

 H1.HeaderClassName
 {
   color: #1580CF;
 }
 .AnyTagClassName
 {
   color: #1580CF;
 }
</style>

background-color css

<style>
 a { background-color: #1580CF; }

 a { background-color: rgb(21,128,207); }

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

border-color css

<style>
 span { border-color: #1580CF; }

 span { border-color: rgb(21,128,207); }

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