Html Css Color HEX #195A6F Orient

📋 copy color: '#195A6F'

red 25 ◦ green 90 ◦ blue 111

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

Shades of Orient #195A6F

Tints of Orient #195A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 11.06%
G = 39.82%
B = 49.12%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#195A6F (or 0x195A6F) is known color: Orient. HEX triplet: 19, 5A and 6F. RGB value is (25,90,111). Sum of RGB (Red+Green+Blue) = 25+90+111=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #195A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A6F is #E6A590. Grayscale: #484848. Windows color (decimal): -15115665 or 7297561. OLE color: 7297561.

HSL color Cylindrical-coordinate representation of color #195A6F: hue angle of 194.65º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195A6F is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 90 111 -
CMYK 0.77 0.19 0 0.56
HSL 194.65º 0.63% 0.27% -
HSV(B) 194.65º 0.77% 0.44% -
XYZ 6.93 8.67 16.35 -
YUV 72.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 25 90 111 0.77 0.19 0 0.56 194.65 0.63 0.27
Hex 19 5A 6F 4D 13 0 38 C3 3F 1B
Octal 31 132 157 115 23 0 70 303 77 33
Binary 11001 1011010 1101111 1001101 10011 0 111000 11000011 111111 11011

Color Harmonies of #195A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195A6F

Black with #195A6F

Text Example


Text Example

White with #195A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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