Html Css Color HEX #195370 Orient

📋 copy color: '#195370'

red 25 ◦ green 83 ◦ blue 112

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

Shades of Orient #195370

Tints of Orient #195370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 11.36%
G = 37.73%
B = 50.91%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195370 (or 0x195370) is known color: Orient. HEX triplet: 19, 53 and 70. RGB value is (25,83,112). Sum of RGB (Red+Green+Blue) = 25+83+112=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #195370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195370 is #E6AC8F. Grayscale: #444444. Windows color (decimal): -15117456 or 7361305. OLE color: 7361305.

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

Color convert

RGB 25 83 112 -
CMYK 0.78 0.26 0 0.56
HSL 200º 0.64% 0.27% -
HSV(B) 200º 0.78% 0.44% -
XYZ 6.42 7.56 16.45 -
YUV 68.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 25 83 112 0.78 0.26 0 0.56 200 0.64 0.27
Hex 19 53 70 4E 1A 0 38 C8 40 1B
Octal 31 123 160 116 32 0 70 310 100 33
Binary 11001 1010011 1110000 1001110 11010 0 111000 11001000 1000000 11011

Color Harmonies of #195370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195370

Black with #195370

Text Example


Text Example

White with #195370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195370; }

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

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

background-color css

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

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

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

border-color css

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

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

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