Html Css Color HEX #15506C Orient

📋 copy color: '#15506C'

red 21 ◦ green 80 ◦ blue 108

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

Shades of Orient #15506C

Tints of Orient #15506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.28%

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 10.05%
G = 38.28%
B = 51.67%

CMYK

 C value IS 0.81

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15506C (or 0x15506C) is known color: Orient. HEX triplet: 15, 50 and 6C. RGB value is (21,80,108). Sum of RGB (Red+Green+Blue) = 21+80+108=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #15506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15506C is #EAAF93. Grayscale: #414141. Windows color (decimal): -15380372 or 7098389. OLE color: 7098389.

HSL color Cylindrical-coordinate representation of color #15506C: hue angle of 199.31º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15506C is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 80 108 -
CMYK 0.81 0.26 0 0.58
HSL 199.31º 0.67% 0.25% -
HSV(B) 199.31º 0.81% 0.42% -
XYZ 5.88 6.98 15.22 -
YUV 65.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 21 80 108 0.81 0.26 0 0.58 199.31 0.67 0.25
Hex 15 50 6C 51 1A 0 3A C7 43 19
Octal 25 120 154 121 32 0 72 307 103 31
Binary 10101 1010000 1101100 1010001 11010 0 111010 11000111 1000011 11001

Color Harmonies of #15506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15506C

Black with #15506C

Text Example


Text Example

White with #15506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,80,108); }

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

background-color css

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

 a { background-color: rgb(21,80,108); }

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

border-color css

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

 span { border-color: rgb(21,80,108); }

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