Html Css Color HEX #1C224D Lucky Point

📋 copy color: '#1C224D'

red 28 ◦ green 34 ◦ blue 77

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

Shades of Lucky Point #1C224D

Tints of Lucky Point #1C224D

RGB

 RED value IS 28 (11.33% from 255) = 20.14%

 GREEN value IS 34 (13.67% from 255) = 24.46%

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 20.14%
G = 24.46%
B = 55.4%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1C224D (or 0x1C224D) is known color: Lucky Point. HEX triplet: 1C, 22 and 4D. RGB value is (28,34,77). Sum of RGB (Red+Green+Blue) = 28+34+77=139 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.14% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #1C224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C224D is #E3DDB2. Grayscale: #242424. Windows color (decimal): -14933427 or 5055004. OLE color: 5055004.

HSL color Cylindrical-coordinate representation of color #1C224D: hue angle of 232.65º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C224D is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 28 34 77 -
CMYK 0.64 0.56 0 0.70
HSL 232.65º 0.47% 0.21% -
HSV(B) 232.65º 0.64% 0.3% -
XYZ 2.39 1.93 7.27 -
YUV 37.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 28 34 77 0.64 0.56 0 0.70 232.65 0.47 0.21
Hex 1C 22 4D 40 38 0 46 E9 2F 15
Octal 34 42 115 100 70 0 106 351 57 25
Binary 11100 100010 1001101 1000000 111000 0 1000110 11101001 101111 10101

Color Harmonies of #1C224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C224D

Black with #1C224D

Text Example


Text Example

White with #1C224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C224D; }

 p { color: rgb(28,34,77); }

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

background-color css

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

 a { background-color: rgb(28,34,77); }

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

border-color css

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

 span { border-color: rgb(28,34,77); }

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