Html Css Color HEX #195073 Orient

📋 copy color: '#195073'

red 25 ◦ green 80 ◦ blue 115

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

Shades of Orient #195073

Tints of Orient #195073

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

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

R = 11.36%
G = 36.36%
B = 52.27%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#195073 (or 0x195073) is known color: Orient. HEX triplet: 19, 50 and 73. RGB value is (25,80,115). Sum of RGB (Red+Green+Blue) = 25+80+115=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #195073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195073 is #E6AF8C. Grayscale: #434343. Windows color (decimal): -15118221 or 7557145. OLE color: 7557145.

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

Color convert

RGB 25 80 115 -
CMYK 0.78 0.30 0 0.55
HSL 203.33º 0.64% 0.27% -
HSV(B) 203.33º 0.78% 0.45% -
XYZ 6.36 7.18 17.27 -
YUV 67.55 154.78 97.65 -
System Red Green Blue C M Y K H S L
Decimal 25 80 115 0.78 0.30 0 0.55 203.33 0.64 0.27
Hex 19 50 73 4E 1E 0 37 CB 40 1B
Octal 31 120 163 116 36 0 67 313 100 33
Binary 11001 1010000 1110011 1001110 11110 0 110111 11001011 1000000 11011

Color Harmonies of #195073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195073

Black with #195073

Text Example


Text Example

White with #195073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195073; }

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

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

background-color css

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

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

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

border-color css

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

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

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