Html Css Color HEX #195273 Orient

📋 copy color: '#195273'

red 25 ◦ green 82 ◦ blue 115

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

Shades of Orient #195273

Tints of Orient #195273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.8%

R = 11.26%
G = 36.94%
B = 51.8%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195273 (or 0x195273) is known color: Orient. HEX triplet: 19, 52 and 73. RGB value is (25,82,115). Sum of RGB (Red+Green+Blue) = 25+82+115=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #195273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195273 is #E6AD8C. Grayscale: #444444. Windows color (decimal): -15117709 or 7557657. OLE color: 7557657.

HSL color Cylindrical-coordinate representation of color #195273: hue angle of 202º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #195273 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 25 82 115 -
CMYK 0.78 0.29 0 0.55
HSL 202º 0.64% 0.27% -
HSV(B) 202º 0.78% 0.45% -
XYZ 6.51 7.48 17.32 -
YUV 68.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 25 82 115 0.78 0.29 0 0.55 202 0.64 0.27
Hex 19 52 73 4E 1D 0 37 CA 40 1B
Octal 31 122 163 116 35 0 67 312 100 33
Binary 11001 1010010 1110011 1001110 11101 0 110111 11001010 1000000 11011

Color Harmonies of #195273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195273

Black with #195273

Text Example


Text Example

White with #195273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195273; }

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

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

background-color css

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

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

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

border-color css

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

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

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