Html Css Color HEX #15536C Orient

📋 copy color: '#15536C'

red 21 ◦ green 83 ◦ blue 108

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

Shades of Orient #15536C

Tints of Orient #15536C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 9.91%
G = 39.15%
B = 50.94%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#15536C (or 0x15536C) is known color: Orient. HEX triplet: 15, 53 and 6C. RGB value is (21,83,108). Sum of RGB (Red+Green+Blue) = 21+83+108=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #15536C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15536C is #EAAC93. Grayscale: #434343. Windows color (decimal): -15379604 or 7099157. OLE color: 7099157.

HSL color Cylindrical-coordinate representation of color #15536C: hue angle of 197.24º 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 #15536C is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 21 83 108 -
CMYK 0.81 0.23 0 0.58
HSL 197.24º 0.67% 0.25% -
HSV(B) 197.24º 0.81% 0.42% -
XYZ 6.11 7.43 15.3 -
YUV 67.31 150.96 94.97 -
System Red Green Blue C M Y K H S L
Decimal 21 83 108 0.81 0.23 0 0.58 197.24 0.67 0.25
Hex 15 53 6C 51 17 0 3A C5 43 19
Octal 25 123 154 121 27 0 72 305 103 31
Binary 10101 1010011 1101100 1010001 10111 0 111010 11000101 1000011 11001

Color Harmonies of #15536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15536C

Black with #15536C

Text Example


Text Example

White with #15536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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