Html Css Color HEX #195675 Orient

📋 copy color: '#195675'

red 25 ◦ green 86 ◦ blue 117

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

Shades of Orient #195675

Tints of Orient #195675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.72%

 BLUE value IS 117 (46.09% from 255) = 51.32%

R = 10.96%
G = 37.72%
B = 51.32%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#195675 (or 0x195675) is known color: Orient. HEX triplet: 19, 56 and 75. RGB value is (25,86,117). Sum of RGB (Red+Green+Blue) = 25+86+117=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #195675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195675 is #E6A98A. Grayscale: #474747. Windows color (decimal): -15116683 or 7689753. OLE color: 7689753.

HSL color Cylindrical-coordinate representation of color #195675: hue angle of 200.22º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195675 is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 86 117 -
CMYK 0.79 0.26 0 0.54
HSL 200.22º 0.65% 0.28% -
HSV(B) 200.22º 0.79% 0.46% -
XYZ 6.94 8.15 18.04 -
YUV 71.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 25 86 117 0.79 0.26 0 0.54 200.22 0.65 0.28
Hex 19 56 75 4F 1A 0 36 C8 41 1C
Octal 31 126 165 117 32 0 66 310 101 34
Binary 11001 1010110 1110101 1001111 11010 0 110110 11001000 1000001 11100

Color Harmonies of #195675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195675

Black with #195675

Text Example


Text Example

White with #195675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195675; }

 p { color: rgb(25,86,117); }

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

background-color css

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

 a { background-color: rgb(25,86,117); }

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

border-color css

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

 span { border-color: rgb(25,86,117); }

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