Html Css Color HEX #195E7B Orient

📋 copy color: '#195E7B'

red 25 ◦ green 94 ◦ blue 123

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

Shades of Orient #195E7B

Tints of Orient #195E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 10.33%
G = 38.84%
B = 50.83%

CMYK

 C value IS 0.80

 M value IS 0.24

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#195E7B (or 0x195E7B) is known color: Orient. HEX triplet: 19, 5E and 7B. RGB value is (25,94,123). Sum of RGB (Red+Green+Blue) = 25+94+123=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #195E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E7B is #E6A184. Grayscale: #4C4C4C. Windows color (decimal): -15114629 or 8085017. OLE color: 8085017.

HSL color Cylindrical-coordinate representation of color #195E7B: hue angle of 197.76º 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 #195E7B is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 94 123 -
CMYK 0.80 0.24 0 0.52
HSL 197.76º 0.66% 0.29% -
HSV(B) 197.76º 0.8% 0.48% -
XYZ 7.98 9.64 20.18 -
YUV 76.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 25 94 123 0.80 0.24 0 0.52 197.76 0.66 0.29
Hex 19 5E 7B 50 18 0 34 C6 42 1D
Octal 31 136 173 120 30 0 64 306 102 35
Binary 11001 1011110 1111011 1010000 11000 0 110100 11000110 1000010 11101

Color Harmonies of #195E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195E7B

Black with #195E7B

Text Example


Text Example

White with #195E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,94,123); }

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

background-color css

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

 a { background-color: rgb(25,94,123); }

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

border-color css

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

 span { border-color: rgb(25,94,123); }

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