Html Css Color HEX #15587C Orient

📋 copy color: '#15587C'

red 21 ◦ green 88 ◦ blue 124

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

Shades of Orient #15587C

Tints of Orient #15587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 124 (48.83% from 255) = 53.22%

R = 9.01%
G = 37.77%
B = 53.22%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#15587C (or 0x15587C) is known color: Orient. HEX triplet: 15, 58 and 7C. RGB value is (21,88,124). Sum of RGB (Red+Green+Blue) = 21+88+124=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #15587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15587C is #EAA783. Grayscale: #474747. Windows color (decimal): -15378308 or 8149013. OLE color: 8149013.

HSL color Cylindrical-coordinate representation of color #15587C: hue angle of 200.97º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15587C is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 21 88 124 -
CMYK 0.83 0.29 0 0.51
HSL 200.97º 0.71% 0.28% -
HSV(B) 200.97º 0.83% 0.49% -
XYZ 7.44 8.59 20.34 -
YUV 72.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 21 88 124 0.83 0.29 0 0.51 200.97 0.71 0.28
Hex 15 58 7C 53 1D 0 33 C9 47 1C
Octal 25 130 174 123 35 0 63 311 107 34
Binary 10101 1011000 1111100 1010011 11101 0 110011 11001001 1000111 11100

Color Harmonies of #15587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15587C

Black with #15587C

Text Example


Text Example

White with #15587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15587C; }

 p { color: rgb(21,88,124); }

 H1.HeaderClassName
 {
   color: #15587C;
 }
 .AnyTagClassName
 {
   color: #15587C;
 }
</style>

background-color css

<style>
 a { background-color: #15587C; }

 a { background-color: rgb(21,88,124); }

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

border-color css

<style>
 span { border-color: #15587C; }

 span { border-color: rgb(21,88,124); }

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