Html Css Color HEX #196388 Allports

📋 copy color: '#196388'

red 25 ◦ green 99 ◦ blue 136

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

Shades of Allports #196388

Tints of Allports #196388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

 BLUE value IS 136 (53.52% from 255) = 52.31%

R = 9.62%
G = 38.08%
B = 52.31%

CMYK

 C value IS 0.82

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#196388 (or 0x196388) is known color: Allports. HEX triplet: 19, 63 and 88. RGB value is (25,99,136). Sum of RGB (Red+Green+Blue) = 25+99+136=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #196388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196388 is #E69C77. Grayscale: #505050. Windows color (decimal): -15113336 or 8938265. OLE color: 8938265.

HSL color Cylindrical-coordinate representation of color #196388: hue angle of 200º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196388 is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 99 136 -
CMYK 0.82 0.27 0 0.47
HSL 200º 0.69% 0.32% -
HSV(B) 200º 0.82% 0.53% -
XYZ 9.31 10.91 24.91 -
YUV 81.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 25 99 136 0.82 0.27 0 0.47 200 0.69 0.32
Hex 19 63 88 52 1B 0 2F C8 45 20
Octal 31 143 210 122 33 0 57 310 105 40
Binary 11001 1100011 10001000 1010010 11011 0 101111 11001000 1000101 100000

Color Harmonies of #196388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196388

Black with #196388

Text Example


Text Example

White with #196388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196388; }

 p { color: rgb(25,99,136); }

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

background-color css

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

 a { background-color: rgb(25,99,136); }

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

border-color css

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

 span { border-color: rgb(25,99,136); }

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