Html Css Color HEX #19536E Orient

📋 copy color: '#19536E'

red 25 ◦ green 83 ◦ blue 110

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

Shades of Orient #19536E

Tints of Orient #19536E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 11.47%
G = 38.07%
B = 50.46%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19536E (or 0x19536E) is known color: Orient. HEX triplet: 19, 53 and 6E. RGB value is (25,83,110). Sum of RGB (Red+Green+Blue) = 25+83+110=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #19536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19536E is #E6AC91. Grayscale: #444444. Windows color (decimal): -15117458 or 7230233. OLE color: 7230233.

HSL color Cylindrical-coordinate representation of color #19536E: hue angle of 199.06º 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 #19536E is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 83 110 -
CMYK 0.77 0.25 0 0.57
HSL 199.06º 0.63% 0.26% -
HSV(B) 199.06º 0.77% 0.43% -
XYZ 6.31 7.52 15.87 -
YUV 68.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 25 83 110 0.77 0.25 0 0.57 199.06 0.63 0.26
Hex 19 53 6E 4D 19 0 39 C7 3F 1A
Octal 31 123 156 115 31 0 71 307 77 32
Binary 11001 1010011 1101110 1001101 11001 0 111001 11000111 111111 11010

Color Harmonies of #19536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19536E

Black with #19536E

Text Example


Text Example

White with #19536E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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