Html Css Color HEX #195C7D Orient

📋 copy color: '#195C7D'

red 25 ◦ green 92 ◦ blue 125

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

Shades of Orient #195C7D

Tints of Orient #195C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 10.33%
G = 38.02%
B = 51.65%

CMYK

 C value IS 0.8

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#195C7D (or 0x195C7D) is known color: Orient. HEX triplet: 19, 5C and 7D. RGB value is (25,92,125). Sum of RGB (Red+Green+Blue) = 25+92+125=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #195C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195C7D is #E6A382. Grayscale: #4B4B4B. Windows color (decimal): -15115139 or 8215577. OLE color: 8215577.

HSL color Cylindrical-coordinate representation of color #195C7D: hue angle of 199.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #195C7D is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 92 125 -
CMYK 0.8 0.26 0 0.51
HSL 199.8º 0.67% 0.29% -
HSV(B) 199.8º 0.8% 0.49% -
XYZ 7.93 9.34 20.79 -
YUV 75.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 25 92 125 0.8 0.26 0 0.51 199.8 0.67 0.29
Hex 19 5C 7D 50 1A 0 33 C8 43 1D
Octal 31 134 175 120 32 0 63 310 103 35
Binary 11001 1011100 1111101 1010000 11010 0 110011 11001000 1000011 11101

Color Harmonies of #195C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195C7D

Black with #195C7D

Text Example


Text Example

White with #195C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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