Html Css Color HEX #15536D Orient

📋 copy color: '#15536D'

red 21 ◦ green 83 ◦ blue 109

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

Shades of Orient #15536D

Tints of Orient #15536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.17%

R = 9.86%
G = 38.97%
B = 51.17%

CMYK

 C value IS 0.81

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#15536D (or 0x15536D) is known color: Orient. HEX triplet: 15, 53 and 6D. RGB value is (21,83,109). Sum of RGB (Red+Green+Blue) = 21+83+109=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #15536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15536D is #EAAC92. Grayscale: #434343. Windows color (decimal): -15379603 or 7164693. OLE color: 7164693.

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

Color convert

RGB 21 83 109 -
CMYK 0.81 0.24 0 0.57
HSL 197.73º 0.68% 0.25% -
HSV(B) 197.73º 0.81% 0.43% -
XYZ 6.16 7.45 15.58 -
YUV 67.43 151.46 94.89 -
System Red Green Blue C M Y K H S L
Decimal 21 83 109 0.81 0.24 0 0.57 197.73 0.68 0.25
Hex 15 53 6D 51 18 0 39 C6 44 19
Octal 25 123 155 121 30 0 71 306 104 31
Binary 10101 1010011 1101101 1010001 11000 0 111001 11000110 1000100 11001

Color Harmonies of #15536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15536D

Black with #15536D

Text Example


Text Example

White with #15536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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