Html Css Color HEX #195679 Orient

📋 copy color: '#195679'

red 25 ◦ green 86 ◦ blue 121

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

Shades of Orient #195679

Tints of Orient #195679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 10.78%
G = 37.07%
B = 52.16%

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

#195679 (or 0x195679) is known color: Orient. HEX triplet: 19, 56 and 79. RGB value is (25,86,121). Sum of RGB (Red+Green+Blue) = 25+86+121=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #195679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195679 is #E6A986. Grayscale: #474747. Windows color (decimal): -15116679 or 7951897. OLE color: 7951897.

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

Color convert

RGB 25 86 121 -
CMYK 0.79 0.29 0 0.53
HSL 201.88º 0.66% 0.29% -
HSV(B) 201.88º 0.79% 0.47% -
XYZ 7.18 8.24 19.3 -
YUV 71.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 25 86 121 0.79 0.29 0 0.53 201.88 0.66 0.29
Hex 19 56 79 4F 1D 0 35 CA 42 1D
Octal 31 126 171 117 35 0 65 312 102 35
Binary 11001 1010110 1111001 1001111 11101 0 110101 11001010 1000010 11101

Color Harmonies of #195679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195679

Black with #195679

Text Example


Text Example

White with #195679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195679; }

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

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

background-color css

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

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

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

border-color css

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

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

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