Html Css Color HEX #195277 Orient

📋 copy color: '#195277'

red 25 ◦ green 82 ◦ blue 119

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

Shades of Orient #195277

Tints of Orient #195277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 11.06%
G = 36.28%
B = 52.65%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195277 (or 0x195277) is known color: Orient. HEX triplet: 19, 52 and 77. RGB value is (25,82,119). Sum of RGB (Red+Green+Blue) = 25+82+119=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #195277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195277 is #E6AD88. Grayscale: #444444. Windows color (decimal): -15117705 or 7819801. OLE color: 7819801.

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

Color convert

RGB 25 82 119 -
CMYK 0.79 0.31 0 0.53
HSL 203.62º 0.65% 0.28% -
HSV(B) 203.62º 0.79% 0.47% -
XYZ 6.75 7.57 18.56 -
YUV 69.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 25 82 119 0.79 0.31 0 0.53 203.62 0.65 0.28
Hex 19 52 77 4F 1F 0 35 CC 41 1C
Octal 31 122 167 117 37 0 65 314 101 34
Binary 11001 1010010 1110111 1001111 11111 0 110101 11001100 1000001 11100

Color Harmonies of #195277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195277

Black with #195277

Text Example


Text Example

White with #195277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195277; }

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

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

background-color css

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

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

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

border-color css

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

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

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