Html Css Color HEX #13536F Orient

📋 copy color: '#13536F'

red 19 ◦ green 83 ◦ blue 111

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

Shades of Orient #13536F

Tints of Orient #13536F

RGB

 RED value IS 19 (7.81% from 255) = 8.92%

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

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

R = 8.92%
G = 38.97%
B = 52.11%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13536F (or 0x13536F) is known color: Orient. HEX triplet: 13, 53 and 6F. RGB value is (19,83,111). Sum of RGB (Red+Green+Blue) = 19+83+111=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #13536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13536F is #ECAC90. Grayscale: #424242. Windows color (decimal): -15510673 or 7295763. OLE color: 7295763.

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

Color convert

RGB 19 83 111 -
CMYK 0.83 0.25 0 0.56
HSL 198.26º 0.71% 0.25% -
HSV(B) 198.26º 0.83% 0.44% -
XYZ 6.23 7.47 16.15 -
YUV 67.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 19 83 111 0.83 0.25 0 0.56 198.26 0.71 0.25
Hex 13 53 6F 53 19 0 38 C6 47 19
Octal 23 123 157 123 31 0 70 306 107 31
Binary 10011 1010011 1101111 1010011 11001 0 111000 11000110 1000111 11001

Color Harmonies of #13536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13536F

Black with #13536F

Text Example


Text Example

White with #13536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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