Html Css Color HEX #192053 Lucky Point

📋 copy color: '#192053'

red 25 ◦ green 32 ◦ blue 83

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

Shades of Lucky Point #192053

Tints of Lucky Point #192053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

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

R = 17.86%
G = 22.86%
B = 59.29%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#192053 (or 0x192053) is known color: Lucky Point. HEX triplet: 19, 20 and 53. RGB value is (25,32,83). Sum of RGB (Red+Green+Blue) = 25+32+83=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #192053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192053 is #E6DFAC. Grayscale: #232323. Windows color (decimal): -15130541 or 5447705. OLE color: 5447705.

HSL color Cylindrical-coordinate representation of color #192053: hue angle of 232.76º 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 #192053 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 25 32 83 -
CMYK 0.70 0.61 0 0.67
HSL 232.76º 0.54% 0.21% -
HSV(B) 232.76º 0.7% 0.33% -
XYZ 2.48 1.86 8.41 -
YUV 35.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 25 32 83 0.70 0.61 0 0.67 232.76 0.54 0.21
Hex 19 20 53 46 3D 0 43 E9 36 15
Octal 31 40 123 106 75 0 103 351 66 25
Binary 11001 100000 1010011 1000110 111101 0 1000011 11101001 110110 10101

Color Harmonies of #192053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192053

Black with #192053

Text Example


Text Example

White with #192053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192053; }

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

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

background-color css

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

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

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

border-color css

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

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

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