Html Css Color HEX #195377 Orient

📋 copy color: '#195377'

red 25 ◦ green 83 ◦ blue 119

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

Shades of Orient #195377

Tints of Orient #195377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.56%

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

R = 11.01%
G = 36.56%
B = 52.42%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#195377 (or 0x195377) is known color: Orient. HEX triplet: 19, 53 and 77. RGB value is (25,83,119). Sum of RGB (Red+Green+Blue) = 25+83+119=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #195377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195377 is #E6AC88. Grayscale: #454545. Windows color (decimal): -15117449 or 7820057. OLE color: 7820057.

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

Color convert

RGB 25 83 119 -
CMYK 0.79 0.30 0 0.53
HSL 202.98º 0.65% 0.28% -
HSV(B) 202.98º 0.79% 0.47% -
XYZ 6.82 7.73 18.58 -
YUV 69.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 25 83 119 0.79 0.30 0 0.53 202.98 0.65 0.28
Hex 19 53 77 4F 1E 0 35 CB 41 1C
Octal 31 123 167 117 36 0 65 313 101 34
Binary 11001 1010011 1110111 1001111 11110 0 110101 11001011 1000001 11100

Color Harmonies of #195377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195377

Black with #195377

Text Example


Text Example

White with #195377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195377; }

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

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

background-color css

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

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

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

border-color css

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

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

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