Html Css Color HEX #195275 Orient

📋 copy color: '#195275'

red 25 ◦ green 82 ◦ blue 117

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

Shades of Orient #195275

Tints of Orient #195275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

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

R = 11.16%
G = 36.61%
B = 52.23%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#195275 (or 0x195275) is known color: Orient. HEX triplet: 19, 52 and 75. RGB value is (25,82,117). Sum of RGB (Red+Green+Blue) = 25+82+117=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #195275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195275 is #E6AD8A. Grayscale: #444444. Windows color (decimal): -15117707 or 7688729. OLE color: 7688729.

HSL color Cylindrical-coordinate representation of color #195275: hue angle of 202.83º 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 #195275 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 25 82 117 -
CMYK 0.79 0.30 0 0.54
HSL 202.83º 0.65% 0.28% -
HSV(B) 202.83º 0.79% 0.46% -
XYZ 6.63 7.53 17.93 -
YUV 68.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 25 82 117 0.79 0.30 0 0.54 202.83 0.65 0.28
Hex 19 52 75 4F 1E 0 36 CB 41 1C
Octal 31 122 165 117 36 0 66 313 101 34
Binary 11001 1010010 1110101 1001111 11110 0 110110 11001011 1000001 11100

Color Harmonies of #195275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195275

Black with #195275

Text Example


Text Example

White with #195275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195275; }

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

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

background-color css

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

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

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

border-color css

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

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

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