Html Css Color HEX #195969 Orient

📋 copy color: '#195969'

red 25 ◦ green 89 ◦ blue 105

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

Shades of Orient #195969

Tints of Orient #195969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 11.42%
G = 40.64%
B = 47.95%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195969 (or 0x195969) is known color: Orient. HEX triplet: 19, 59 and 69. RGB value is (25,89,105). Sum of RGB (Red+Green+Blue) = 25+89+105=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #195969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195969 is #E6A696. Grayscale: #474747. Windows color (decimal): -15115927 or 6904089. OLE color: 6904089.

HSL color Cylindrical-coordinate representation of color #195969: hue angle of 192º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195969 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 89 105 -
CMYK 0.76 0.15 0 0.59
HSL 192º 0.62% 0.25% -
HSV(B) 192º 0.76% 0.41% -
XYZ 6.52 8.37 14.64 -
YUV 71.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 25 89 105 0.76 0.15 0 0.59 192 0.62 0.25
Hex 19 59 69 4C F 0 3B C0 3E 19
Octal 31 131 151 114 17 0 73 300 76 31
Binary 11001 1011001 1101001 1001100 1111 0 111011 11000000 111110 11001

Color Harmonies of #195969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195969

Black with #195969

Text Example


Text Example

White with #195969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195969; }

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

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

background-color css

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

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

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

border-color css

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

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

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