Html Css Color HEX #15536F Orient

📋 copy color: '#15536F'

red 21 ◦ green 83 ◦ blue 111

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

Shades of Orient #15536F

Tints of Orient #15536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 9.77%
G = 38.6%
B = 51.63%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#15536F (or 0x15536F) is known color: Orient. HEX triplet: 15, 53 and 6F. RGB value is (21,83,111). Sum of RGB (Red+Green+Blue) = 21+83+111=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #15536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15536F is #EAAC90. Grayscale: #434343. Windows color (decimal): -15379601 or 7295765. OLE color: 7295765.

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

Color convert

RGB 21 83 111 -
CMYK 0.81 0.25 0 0.56
HSL 198.67º 0.68% 0.26% -
HSV(B) 198.67º 0.81% 0.44% -
XYZ 6.27 7.49 16.15 -
YUV 67.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 21 83 111 0.81 0.25 0 0.56 198.67 0.68 0.26
Hex 15 53 6F 51 19 0 38 C7 44 1A
Octal 25 123 157 121 31 0 70 307 104 32
Binary 10101 1010011 1101111 1010001 11001 0 111000 11000111 1000100 11010

Color Harmonies of #15536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15536F

Black with #15536F

Text Example


Text Example

White with #15536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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