Html Css Color HEX #19536F Orient

📋 copy color: '#19536F'

red 25 ◦ green 83 ◦ blue 111

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

Shades of Orient #19536F

Tints of Orient #19536F

RGB

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

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

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

R = 11.42%
G = 37.9%
B = 50.68%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19536F (or 0x19536F) is known color: Orient. HEX triplet: 19, 53 and 6F. RGB value is (25,83,111). Sum of RGB (Red+Green+Blue) = 25+83+111=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #19536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19536F is #E6AC90. Grayscale: #444444. Windows color (decimal): -15117457 or 7295769. OLE color: 7295769.

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

Color convert

RGB 25 83 111 -
CMYK 0.77 0.25 0 0.56
HSL 199.53º 0.63% 0.27% -
HSV(B) 199.53º 0.77% 0.44% -
XYZ 6.36 7.54 16.16 -
YUV 68.85 151.78 96.72 -
System Red Green Blue C M Y K H S L
Decimal 25 83 111 0.77 0.25 0 0.56 199.53 0.63 0.27
Hex 19 53 6F 4D 19 0 38 C8 3F 1B
Octal 31 123 157 115 31 0 70 310 77 33
Binary 11001 1010011 1101111 1001101 11001 0 111000 11001000 111111 11011

Color Harmonies of #19536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19536F

Black with #19536F

Text Example


Text Example

White with #19536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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