Html Css Color HEX #15526E Orient

📋 copy color: '#15526E'

red 21 ◦ green 82 ◦ blue 110

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

Shades of Orient #15526E

Tints of Orient #15526E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.5%

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 9.86%
G = 38.5%
B = 51.64%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15526E (or 0x15526E) is known color: Orient. HEX triplet: 15, 52 and 6E. RGB value is (21,82,110). Sum of RGB (Red+Green+Blue) = 21+82+110=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #15526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15526E is #EAAD91. Grayscale: #424242. Windows color (decimal): -15379858 or 7229973. OLE color: 7229973.

HSL color Cylindrical-coordinate representation of color #15526E: hue angle of 198.88º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15526E is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 21 82 110 -
CMYK 0.81 0.25 0 0.57
HSL 198.88º 0.68% 0.26% -
HSV(B) 198.88º 0.81% 0.43% -
XYZ 6.14 7.32 15.84 -
YUV 66.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 21 82 110 0.81 0.25 0 0.57 198.88 0.68 0.26
Hex 15 52 6E 51 19 0 39 C7 44 1A
Octal 25 122 156 121 31 0 71 307 104 32
Binary 10101 1010010 1101110 1010001 11001 0 111001 11000111 1000100 11010

Color Harmonies of #15526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15526E

Black with #15526E

Text Example


Text Example

White with #15526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15526E; }

 p { color: rgb(21,82,110); }

 H1.HeaderClassName
 {
   color: #15526E;
 }
 .AnyTagClassName
 {
   color: #15526E;
 }
</style>

background-color css

<style>
 a { background-color: #15526E; }

 a { background-color: rgb(21,82,110); }

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

border-color css

<style>
 span { border-color: #15526E; }

 span { border-color: rgb(21,82,110); }

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