Html Css Color HEX #195972 Orient

📋 copy color: '#195972'

red 25 ◦ green 89 ◦ blue 114

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

Shades of Orient #195972

Tints of Orient #195972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

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

R = 10.96%
G = 39.04%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195972 (or 0x195972) is known color: Orient. HEX triplet: 19, 59 and 72. RGB value is (25,89,114). Sum of RGB (Red+Green+Blue) = 25+89+114=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #195972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195972 is #E6A68D. Grayscale: #484848. Windows color (decimal): -15115918 or 7493913. OLE color: 7493913.

HSL color Cylindrical-coordinate representation of color #195972: hue angle of 196.85º 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 #195972 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 89 114 -
CMYK 0.78 0.22 0 0.55
HSL 196.85º 0.64% 0.27% -
HSV(B) 196.85º 0.78% 0.45% -
XYZ 7.01 8.57 17.2 -
YUV 72.71 151.3 93.97 -
System Red Green Blue C M Y K H S L
Decimal 25 89 114 0.78 0.22 0 0.55 196.85 0.64 0.27
Hex 19 59 72 4E 16 0 37 C5 40 1B
Octal 31 131 162 116 26 0 67 305 100 33
Binary 11001 1011001 1110010 1001110 10110 0 110111 11000101 1000000 11011

Color Harmonies of #195972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195972

Black with #195972

Text Example


Text Example

White with #195972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195972; }

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

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

background-color css

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

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

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

border-color css

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

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

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