Html Css Color HEX #1C275F Lucky Point

📋 copy color: '#1C275F'

red 28 ◦ green 39 ◦ blue 95

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

Shades of Lucky Point #1C275F

Tints of Lucky Point #1C275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.07%

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 17.28%
G = 24.07%
B = 58.64%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C275F (or 0x1C275F) is known color: Lucky Point. HEX triplet: 1C, 27 and 5F. RGB value is (28,39,95). Sum of RGB (Red+Green+Blue) = 28+39+95=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C275F is #E3D8A0. Grayscale: #292929. Windows color (decimal): -14932129 or 6235932. OLE color: 6235932.

HSL color Cylindrical-coordinate representation of color #1C275F: hue angle of 230.15º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C275F is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 39 95 -
CMYK 0.71 0.59 0 0.63
HSL 230.15º 0.54% 0.24% -
HSV(B) 230.15º 0.71% 0.37% -
XYZ 3.27 2.52 11.14 -
YUV 42.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 28 39 95 0.71 0.59 0 0.63 230.15 0.54 0.24
Hex 1C 27 5F 47 3B 0 3F E6 36 18
Octal 34 47 137 107 73 0 77 346 66 30
Binary 11100 100111 1011111 1000111 111011 0 111111 11100110 110110 11000

Color Harmonies of #1C275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C275F

Black with #1C275F

Text Example


Text Example

White with #1C275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,39,95); }

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

background-color css

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

 a { background-color: rgb(28,39,95); }

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

border-color css

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

 span { border-color: rgb(28,39,95); }

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