Html Css Color HEX #192356 Lucky Point

📋 copy color: '#192356'

red 25 ◦ green 35 ◦ blue 86

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

Shades of Lucky Point #192356

Tints of Lucky Point #192356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 86 (33.98% from 255) = 58.9%

R = 17.12%
G = 23.97%
B = 58.9%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#192356 (or 0x192356) is known color: Lucky Point. HEX triplet: 19, 23 and 56. RGB value is (25,35,86). Sum of RGB (Red+Green+Blue) = 25+35+86=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 86 (33.98% from 255 or 58.90% from 146); Max value from RGB is 86 - color contains mainly: blue. Hex color #192356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192356 is #E6DCA9. Grayscale: #252525. Windows color (decimal): -15129770 or 5645081. OLE color: 5645081.

HSL color Cylindrical-coordinate representation of color #192356: hue angle of 230.16º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192356 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 25 35 86 -
CMYK 0.71 0.59 0 0.66
HSL 230.16º 0.55% 0.22% -
HSV(B) 230.16º 0.71% 0.34% -
XYZ 2.68 2.08 9.06 -
YUV 37.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 25 35 86 0.71 0.59 0 0.66 230.16 0.55 0.22
Hex 19 23 56 47 3B 0 42 E6 37 16
Octal 31 43 126 107 73 0 102 346 67 26
Binary 11001 100011 1010110 1000111 111011 0 1000010 11100110 110111 10110

Color Harmonies of #192356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192356

Black with #192356

Text Example


Text Example

White with #192356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192356; }

 p { color: rgb(25,35,86); }

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

background-color css

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

 a { background-color: rgb(25,35,86); }

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

border-color css

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

 span { border-color: rgb(25,35,86); }

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