Html Css Color HEX #196F8B Allports

📋 copy color: '#196F8B'

red 25 ◦ green 111 ◦ blue 139

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

Shades of Allports #196F8B

Tints of Allports #196F8B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 9.09%
G = 40.36%
B = 50.55%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#196F8B (or 0x196F8B) is known color: Allports. HEX triplet: 19, 6F and 8B. RGB value is (25,111,139). Sum of RGB (Red+Green+Blue) = 25+111+139=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #196F8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196F8B is #E69074. Grayscale: #585858. Windows color (decimal): -15110261 or 9137945. OLE color: 9137945.

HSL color Cylindrical-coordinate representation of color #196F8B: hue angle of 194.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196F8B is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 111 139 -
CMYK 0.82 0.20 0 0.45
HSL 194.74º 0.7% 0.32% -
HSV(B) 194.74º 0.82% 0.55% -
XYZ 10.75 13.44 26.45 -
YUV 88.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 25 111 139 0.82 0.20 0 0.45 194.74 0.7 0.32
Hex 19 6F 8B 52 14 0 2D C3 46 20
Octal 31 157 213 122 24 0 55 303 106 40
Binary 11001 1101111 10001011 1010010 10100 0 101101 11000011 1000110 100000

Color Harmonies of #196F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196F8B

Black with #196F8B

Text Example


Text Example

White with #196F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196F8B; }

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

 H1.HeaderClassName
 {
   color: #196F8B;
 }
 .AnyTagClassName
 {
   color: #196F8B;
 }
</style>

background-color css

<style>
 a { background-color: #196F8B; }

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

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

border-color css

<style>
 span { border-color: #196F8B; }

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

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