Html Css Color HEX #192553 Lucky Point

📋 copy color: '#192553'

red 25 ◦ green 37 ◦ blue 83

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

Shades of Lucky Point #192553

Tints of Lucky Point #192553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.52%

 BLUE value IS 83 (32.81% from 255) = 57.24%

R = 17.24%
G = 25.52%
B = 57.24%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#192553 (or 0x192553) is known color: Lucky Point. HEX triplet: 19, 25 and 53. RGB value is (25,37,83). Sum of RGB (Red+Green+Blue) = 25+37+83=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #192553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192553 is #E6DAAC. Grayscale: #262626. Windows color (decimal): -15129261 or 5448985. OLE color: 5448985.

HSL color Cylindrical-coordinate representation of color #192553: hue angle of 227.59º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #192553 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 37 83 -
CMYK 0.70 0.55 0 0.67
HSL 227.59º 0.54% 0.21% -
HSV(B) 227.59º 0.7% 0.33% -
XYZ 2.62 2.15 8.46 -
YUV 38.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 25 37 83 0.70 0.55 0 0.67 227.59 0.54 0.21
Hex 19 25 53 46 37 0 43 E4 36 15
Octal 31 45 123 106 67 0 103 344 66 25
Binary 11001 100101 1010011 1000110 110111 0 1000011 11100100 110110 10101

Color Harmonies of #192553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192553

Black with #192553

Text Example


Text Example

White with #192553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192553; }

 p { color: rgb(25,37,83); }

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

background-color css

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

 a { background-color: rgb(25,37,83); }

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

border-color css

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

 span { border-color: rgb(25,37,83); }

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