Html Css Color HEX #1584CF Navy Blue

📋 copy color: '#1584CF'

red 21 ◦ green 132 ◦ blue 207

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

Shades of Navy Blue #1584CF

Tints of Navy Blue #1584CF

RGB

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

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

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

R = 5.83%
G = 36.67%
B = 57.5%

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

#1584CF (or 0x1584CF) is known color: Navy Blue. HEX triplet: 15, 84 and CF. RGB value is (21,132,207). Sum of RGB (Red+Green+Blue) = 21+132+207=360 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.83% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #1584CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584CF is #EA7B30. Grayscale: #6A6A6A. Windows color (decimal): -15366961 or 13599765. OLE color: 13599765.

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

Color convert

RGB 21 132 207 -
CMYK 0.90 0.36 0 0.19
HSL 204.19º 0.82% 0.45% -
HSV(B) 204.19º 0.9% 0.81% -
XYZ 19.82 21.17 62.07 -
YUV 107.36 184.23 66.4 -
System Red Green Blue C M Y K H S L
Decimal 21 132 207 0.90 0.36 0 0.19 204.19 0.82 0.45
Hex 15 84 CF 5A 24 0 13 CC 52 2D
Octal 25 204 317 132 44 0 23 314 122 55
Binary 10101 10000100 11001111 1011010 100100 0 10011 11001100 1010010 101101

Color Harmonies of #1584CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1584CF

Black with #1584CF

Text Example


Text Example

White with #1584CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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