Html Css Color HEX #19536D Orient

📋 copy color: '#19536D'

red 25 ◦ green 83 ◦ blue 109

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

Shades of Orient #19536D

Tints of Orient #19536D

RGB

 RED value IS 25 (10.16% from 255) = 11.52%

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

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

R = 11.52%
G = 38.25%
B = 50.23%

CMYK

 C value IS 0.77

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19536D (or 0x19536D) is known color: Orient. HEX triplet: 19, 53 and 6D. RGB value is (25,83,109). Sum of RGB (Red+Green+Blue) = 25+83+109=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #19536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19536D is #E6AC92. Grayscale: #444444. Windows color (decimal): -15117459 or 7164697. OLE color: 7164697.

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

Color convert

RGB 25 83 109 -
CMYK 0.77 0.24 0 0.57
HSL 198.57º 0.63% 0.26% -
HSV(B) 198.57º 0.77% 0.43% -
XYZ 6.25 7.5 15.59 -
YUV 68.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 25 83 109 0.77 0.24 0 0.57 198.57 0.63 0.26
Hex 19 53 6D 4D 18 0 39 C7 3F 1A
Octal 31 123 155 115 30 0 71 307 77 32
Binary 11001 1010011 1101101 1001101 11000 0 111001 11000111 111111 11010

Color Harmonies of #19536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19536D

Black with #19536D

Text Example


Text Example

White with #19536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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