Html Css Color HEX #195D72 Orient

📋 copy color: '#195D72'

red 25 ◦ green 93 ◦ blue 114

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

Shades of Orient #195D72

Tints of Orient #195D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 10.78%
G = 40.09%
B = 49.14%

CMYK

 C value IS 0.78

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195D72 (or 0x195D72) is known color: Orient. HEX triplet: 19, 5D and 72. RGB value is (25,93,114). Sum of RGB (Red+Green+Blue) = 25+93+114=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #195D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D72 is #E6A28D. Grayscale: #4A4A4A. Windows color (decimal): -15114894 or 7494937. OLE color: 7494937.

HSL color Cylindrical-coordinate representation of color #195D72: hue angle of 194.16º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195D72 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 93 114 -
CMYK 0.78 0.18 0 0.55
HSL 194.16º 0.64% 0.27% -
HSV(B) 194.16º 0.78% 0.45% -
XYZ 7.35 9.25 17.32 -
YUV 75.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 25 93 114 0.78 0.18 0 0.55 194.16 0.64 0.27
Hex 19 5D 72 4E 12 0 37 C2 40 1B
Octal 31 135 162 116 22 0 67 302 100 33
Binary 11001 1011101 1110010 1001110 10010 0 110111 11000010 1000000 11011

Color Harmonies of #195D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195D72

Black with #195D72

Text Example


Text Example

White with #195D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195D72; }

 p { color: rgb(25,93,114); }

 H1.HeaderClassName
 {
   color: #195D72;
 }
 .AnyTagClassName
 {
   color: #195D72;
 }
</style>

background-color css

<style>
 a { background-color: #195D72; }

 a { background-color: rgb(25,93,114); }

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

border-color css

<style>
 span { border-color: #195D72; }

 span { border-color: rgb(25,93,114); }

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