Html Css Color HEX #1584CE Navy Blue

📋 copy color: '#1584CE'

red 21 ◦ green 132 ◦ blue 206

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

Shades of Navy Blue #1584CE

Tints of Navy Blue #1584CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

 BLUE value IS 206 (80.86% from 255) = 57.38%

R = 5.85%
G = 36.77%
B = 57.38%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1584CE (or 0x1584CE) is known color: Navy Blue. HEX triplet: 15, 84 and CE. RGB value is (21,132,206). Sum of RGB (Red+Green+Blue) = 21+132+206=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #1584CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584CE is #EA7B31. Grayscale: #6A6A6A. Windows color (decimal): -15366962 or 13534229. OLE color: 13534229.

HSL color Cylindrical-coordinate representation of color #1584CE: hue angle of 204º degrees, saturation: 0.81, 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 #1584CE is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 132 206 -
CMYK 0.90 0.36 0 0.19
HSL 204º 0.81% 0.45% -
HSV(B) 204º 0.9% 0.81% -
XYZ 19.7 21.12 61.43 -
YUV 107.25 183.73 66.48 -
System Red Green Blue C M Y K H S L
Decimal 21 132 206 0.90 0.36 0 0.19 204 0.81 0.45
Hex 15 84 CE 5A 24 0 13 CC 51 2D
Octal 25 204 316 132 44 0 23 314 121 55
Binary 10101 10000100 11001110 1011010 100100 0 10011 11001100 1010001 101101

Color Harmonies of #1584CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584CE

Black with #1584CE

Text Example


Text Example

White with #1584CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1584CE; }

 p { color: rgb(21,132,206); }

 H1.HeaderClassName
 {
   color: #1584CE;
 }
 .AnyTagClassName
 {
   color: #1584CE;
 }
</style>

background-color css

<style>
 a { background-color: #1584CE; }

 a { background-color: rgb(21,132,206); }

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

border-color css

<style>
 span { border-color: #1584CE; }

 span { border-color: rgb(21,132,206); }

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