Html Css Color HEX #195578 Orient

📋 copy color: '#195578'

red 25 ◦ green 85 ◦ blue 120

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

Shades of Orient #195578

Tints of Orient #195578

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 120 (47.27% from 255) = 52.17%

R = 10.87%
G = 36.96%
B = 52.17%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195578 (or 0x195578) is known color: Orient. HEX triplet: 19, 55 and 78. RGB value is (25,85,120). Sum of RGB (Red+Green+Blue) = 25+85+120=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #195578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195578 is #E6AA87. Grayscale: #464646. Windows color (decimal): -15116936 or 7886105. OLE color: 7886105.

HSL color Cylindrical-coordinate representation of color #195578: hue angle of 202.11º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195578 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 85 120 -
CMYK 0.79 0.29 0 0.53
HSL 202.11º 0.66% 0.28% -
HSV(B) 202.11º 0.79% 0.47% -
XYZ 7.04 8.06 18.95 -
YUV 71.05 155.62 95.15 -
System Red Green Blue C M Y K H S L
Decimal 25 85 120 0.79 0.29 0 0.53 202.11 0.66 0.28
Hex 19 55 78 4F 1D 0 35 CA 42 1C
Octal 31 125 170 117 35 0 65 312 102 34
Binary 11001 1010101 1111000 1001111 11101 0 110101 11001010 1000010 11100

Color Harmonies of #195578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195578

Black with #195578

Text Example


Text Example

White with #195578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195578; }

 p { color: rgb(25,85,120); }

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

background-color css

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

 a { background-color: rgb(25,85,120); }

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

border-color css

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

 span { border-color: rgb(25,85,120); }

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