Html Css Color HEX #195C7B Orient

📋 copy color: '#195C7B'

red 25 ◦ green 92 ◦ blue 123

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

Shades of Orient #195C7B

Tints of Orient #195C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

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

R = 10.42%
G = 38.33%
B = 51.25%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#195C7B (or 0x195C7B) is known color: Orient. HEX triplet: 19, 5C and 7B. RGB value is (25,92,123). Sum of RGB (Red+Green+Blue) = 25+92+123=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #195C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C7B is #E6A384. Grayscale: #4B4B4B. Windows color (decimal): -15115141 or 8084505. OLE color: 8084505.

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

Color convert

RGB 25 92 123 -
CMYK 0.80 0.25 0 0.52
HSL 198.98º 0.66% 0.29% -
HSV(B) 198.98º 0.8% 0.48% -
XYZ 7.8 9.29 20.12 -
YUV 75.5 154.8 91.98 -
System Red Green Blue C M Y K H S L
Decimal 25 92 123 0.80 0.25 0 0.52 198.98 0.66 0.29
Hex 19 5C 7B 50 19 0 34 C7 42 1D
Octal 31 134 173 120 31 0 64 307 102 35
Binary 11001 1011100 1111011 1010000 11001 0 110100 11000111 1000010 11101

Color Harmonies of #195C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C7B

Black with #195C7B

Text Example


Text Example

White with #195C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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