Html Css Color HEX #195669 Orient

📋 copy color: '#195669'

red 25 ◦ green 86 ◦ blue 105

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

Shades of Orient #195669

Tints of Orient #195669

RGB

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

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

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

R = 11.57%
G = 39.81%
B = 48.61%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#195669 (or 0x195669) is known color: Orient. HEX triplet: 19, 56 and 69. RGB value is (25,86,105). Sum of RGB (Red+Green+Blue) = 25+86+105=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #195669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195669 is #E6A996. Grayscale: #454545. Windows color (decimal): -15116695 or 6903321. OLE color: 6903321.

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

Color convert

RGB 25 86 105 -
CMYK 0.76 0.18 0 0.59
HSL 194.25º 0.62% 0.25% -
HSV(B) 194.25º 0.76% 0.41% -
XYZ 6.28 7.88 14.56 -
YUV 69.93 147.79 95.96 -
System Red Green Blue C M Y K H S L
Decimal 25 86 105 0.76 0.18 0 0.59 194.25 0.62 0.25
Hex 19 56 69 4C 12 0 3B C2 3E 19
Octal 31 126 151 114 22 0 73 302 76 31
Binary 11001 1010110 1101001 1001100 10010 0 111011 11000010 111110 11001

Color Harmonies of #195669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195669

Black with #195669

Text Example


Text Example

White with #195669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195669; }

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

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

background-color css

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

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

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

border-color css

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

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

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