Html Css Color HEX #195A7A Orient

📋 copy color: '#195A7A'

red 25 ◦ green 90 ◦ blue 122

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

Shades of Orient #195A7A

Tints of Orient #195A7A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.97%

 BLUE value IS 122 (48.05% from 255) = 51.48%

R = 10.55%
G = 37.97%
B = 51.48%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#195A7A (or 0x195A7A) is known color: Orient. HEX triplet: 19, 5A and 7A. RGB value is (25,90,122). Sum of RGB (Red+Green+Blue) = 25+90+122=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #195A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A7A is #E6A585. Grayscale: #4A4A4A. Windows color (decimal): -15115654 or 8018457. OLE color: 8018457.

HSL color Cylindrical-coordinate representation of color #195A7A: hue angle of 199.79º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195A7A is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 90 122 -
CMYK 0.80 0.26 0 0.52
HSL 199.79º 0.66% 0.29% -
HSV(B) 199.79º 0.8% 0.48% -
XYZ 7.57 8.92 19.74 -
YUV 74.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 25 90 122 0.80 0.26 0 0.52 199.79 0.66 0.29
Hex 19 5A 7A 50 1A 0 34 C8 42 1D
Octal 31 132 172 120 32 0 64 310 102 35
Binary 11001 1011010 1111010 1010000 11010 0 110100 11001000 1000010 11101

Color Harmonies of #195A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A7A

Black with #195A7A

Text Example


Text Example

White with #195A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195A7A; }

 p { color: rgb(25,90,122); }

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

background-color css

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

 a { background-color: rgb(25,90,122); }

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

border-color css

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

 span { border-color: rgb(25,90,122); }

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