Html Css Color HEX #1583CD Navy Blue

📋 copy color: '#1583CD'

red 21 ◦ green 131 ◦ blue 205

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

Shades of Navy Blue #1583CD

Tints of Navy Blue #1583CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 205 (80.47% from 255) = 57.42%

R = 5.88%
G = 36.69%
B = 57.42%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1583CD (or 0x1583CD) is known color: Navy Blue. HEX triplet: 15, 83 and CD. RGB value is (21,131,205). Sum of RGB (Red+Green+Blue) = 21+131+205=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #1583CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583CD is #EA7C32. Grayscale: #6A6A6A. Windows color (decimal): -15367219 or 13468437. OLE color: 13468437.

HSL color Cylindrical-coordinate representation of color #1583CD: hue angle of 204.13º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1583CD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 131 205 -
CMYK 0.90 0.36 0 0.20
HSL 204.13º 0.81% 0.44% -
HSV(B) 204.13º 0.9% 0.8% -
XYZ 19.45 20.8 60.75 -
YUV 106.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 21 131 205 0.90 0.36 0 0.20 204.13 0.81 0.44
Hex 15 83 CD 5A 24 0 14 CC 51 2C
Octal 25 203 315 132 44 0 24 314 121 54
Binary 10101 10000011 11001101 1011010 100100 0 10100 11001100 1010001 101100

Color Harmonies of #1583CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1583CD

Black with #1583CD

Text Example


Text Example

White with #1583CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1583CD; }

 p { color: rgb(21,131,205); }

 H1.HeaderClassName
 {
   color: #1583CD;
 }
 .AnyTagClassName
 {
   color: #1583CD;
 }
</style>

background-color css

<style>
 a { background-color: #1583CD; }

 a { background-color: rgb(21,131,205); }

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

border-color css

<style>
 span { border-color: #1583CD; }

 span { border-color: rgb(21,131,205); }

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