Html Css Color HEX #197B90 Allports

📋 copy color: '#197B90'

red 25 ◦ green 123 ◦ blue 144

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

Shades of Allports #197B90

Tints of Allports #197B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 8.56%
G = 42.12%
B = 49.32%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#197B90 (or 0x197B90) is known color: Allports. HEX triplet: 19, 7B and 90. RGB value is (25,123,144). Sum of RGB (Red+Green+Blue) = 25+123+144=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #197B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B90 is #E6846F. Grayscale: #5F5F5F. Windows color (decimal): -15107184 or 9468697. OLE color: 9468697.

HSL color Cylindrical-coordinate representation of color #197B90: hue angle of 190.59º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #197B90 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 123 144 -
CMYK 0.83 0.15 0 0.44
HSL 190.59º 0.7% 0.33% -
HSV(B) 190.59º 0.83% 0.56% -
XYZ 12.52 16.39 28.89 -
YUV 96.09 155.03 77.29 -
System Red Green Blue C M Y K H S L
Decimal 25 123 144 0.83 0.15 0 0.44 190.59 0.7 0.33
Hex 19 7B 90 53 F 0 2C BF 46 21
Octal 31 173 220 123 17 0 54 277 106 41
Binary 11001 1111011 10010000 1010011 1111 0 101100 10111111 1000110 100001

Color Harmonies of #197B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B90

Black with #197B90

Text Example


Text Example

White with #197B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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