Html Css Color HEX #196384 Allports

📋 copy color: '#196384'

red 25 ◦ green 99 ◦ blue 132

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

Shades of Allports #196384

Tints of Allports #196384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.56%

R = 9.77%
G = 38.67%
B = 51.56%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#196384 (or 0x196384) is known color: Allports. HEX triplet: 19, 63 and 84. RGB value is (25,99,132). Sum of RGB (Red+Green+Blue) = 25+99+132=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #196384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196384 is #E69C7B. Grayscale: #505050. Windows color (decimal): -15113340 or 8676121. OLE color: 8676121.

HSL color Cylindrical-coordinate representation of color #196384: hue angle of 198.5º 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 #196384 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 99 132 -
CMYK 0.81 0.25 0 0.48
HSL 198.5º 0.68% 0.31% -
HSV(B) 198.5º 0.81% 0.52% -
XYZ 9.03 10.8 23.44 -
YUV 80.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 25 99 132 0.81 0.25 0 0.48 198.5 0.68 0.31
Hex 19 63 84 51 19 0 30 C7 44 1F
Octal 31 143 204 121 31 0 60 307 104 37
Binary 11001 1100011 10000100 1010001 11001 0 110000 11000111 1000100 11111

Color Harmonies of #196384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196384

Black with #196384

Text Example


Text Example

White with #196384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196384; }

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

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

background-color css

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

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

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

border-color css

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

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

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