Html Css Color HEX #197B85 Allports

📋 copy color: '#197B85'

red 25 ◦ green 123 ◦ blue 133

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

Shades of Allports #197B85

Tints of Allports #197B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.77%

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 8.9%
G = 43.77%
B = 47.33%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#197B85 (or 0x197B85) is known color: Allports. HEX triplet: 19, 7B and 85. RGB value is (25,123,133). Sum of RGB (Red+Green+Blue) = 25+123+133=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #197B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B85 is #E6847A. Grayscale: #5E5E5E. Windows color (decimal): -15107195 or 8747801. OLE color: 8747801.

HSL color Cylindrical-coordinate representation of color #197B85: hue angle of 185.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197B85 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 123 133 -
CMYK 0.81 0.08 0 0.48
HSL 185.56º 0.68% 0.31% -
HSV(B) 185.56º 0.81% 0.52% -
XYZ 11.72 16.07 24.67 -
YUV 94.84 149.53 78.19 -
System Red Green Blue C M Y K H S L
Decimal 25 123 133 0.81 0.08 0 0.48 185.56 0.68 0.31
Hex 19 7B 85 51 8 0 30 BA 44 1F
Octal 31 173 205 121 10 0 60 272 104 37
Binary 11001 1111011 10000101 1010001 1000 0 110000 10111010 1000100 11111

Color Harmonies of #197B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B85

Black with #197B85

Text Example


Text Example

White with #197B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197B85; }

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

 H1.HeaderClassName
 {
   color: #197B85;
 }
 .AnyTagClassName
 {
   color: #197B85;
 }
</style>

background-color css

<style>
 a { background-color: #197B85; }

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

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

border-color css

<style>
 span { border-color: #197B85; }

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

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