Html Css Color HEX #195768 Orient

📋 copy color: '#195768'

red 25 ◦ green 87 ◦ blue 104

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

Shades of Orient #195768

Tints of Orient #195768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.28%

 BLUE value IS 104 (41.02% from 255) = 48.15%

R = 11.57%
G = 40.28%
B = 48.15%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195768 (or 0x195768) is known color: Orient. HEX triplet: 19, 57 and 68. RGB value is (25,87,104). Sum of RGB (Red+Green+Blue) = 25+87+104=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 104 (41.02% from 255 or 48.15% from 216); Max value from RGB is 104 - color contains mainly: blue. Hex color #195768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195768 is #E6A897. Grayscale: #464646. Windows color (decimal): -15116440 or 6838041. OLE color: 6838041.

HSL color Cylindrical-coordinate representation of color #195768: hue angle of 192.91º degrees, saturation: 0.61, 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 #195768 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 25 87 104 -
CMYK 0.76 0.16 0 0.59
HSL 192.91º 0.61% 0.25% -
HSV(B) 192.91º 0.76% 0.41% -
XYZ 6.31 8.02 14.31 -
YUV 70.4 146.96 95.62 -
System Red Green Blue C M Y K H S L
Decimal 25 87 104 0.76 0.16 0 0.59 192.91 0.61 0.25
Hex 19 57 68 4C 10 0 3B C1 3D 19
Octal 31 127 150 114 20 0 73 301 75 31
Binary 11001 1010111 1101000 1001100 10000 0 111011 11000001 111101 11001

Color Harmonies of #195768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195768

Black with #195768

Text Example


Text Example

White with #195768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195768; }

 p { color: rgb(25,87,104); }

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

background-color css

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

 a { background-color: rgb(25,87,104); }

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

border-color css

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

 span { border-color: rgb(25,87,104); }

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