Html Css Color HEX #195A7D Orient

📋 copy color: '#195A7D'

red 25 ◦ green 90 ◦ blue 125

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

Shades of Orient #195A7D

Tints of Orient #195A7D

RGB

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

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

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

R = 10.42%
G = 37.5%
B = 52.08%

CMYK

 C value IS 0.8

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#195A7D (or 0x195A7D) is known color: Orient. HEX triplet: 19, 5A and 7D. RGB value is (25,90,125). Sum of RGB (Red+Green+Blue) = 25+90+125=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #195A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A7D is #E6A582. Grayscale: #4A4A4A. Windows color (decimal): -15115651 or 8215065. OLE color: 8215065.

HSL color Cylindrical-coordinate representation of color #195A7D: hue angle of 201º 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 #195A7D is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 90 125 -
CMYK 0.8 0.28 0 0.51
HSL 201º 0.67% 0.29% -
HSV(B) 201º 0.8% 0.49% -
XYZ 7.76 9 20.73 -
YUV 74.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 25 90 125 0.8 0.28 0 0.51 201 0.67 0.29
Hex 19 5A 7D 50 1C 0 33 C9 43 1D
Octal 31 132 175 120 34 0 63 311 103 35
Binary 11001 1011010 1111101 1010000 11100 0 110011 11001001 1000011 11101

Color Harmonies of #195A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A7D

Black with #195A7D

Text Example


Text Example

White with #195A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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