Html Css Color HEX #1C254B Lucky Point

📋 copy color: '#1C254B'

red 28 ◦ green 37 ◦ blue 75

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

Shades of Lucky Point #1C254B

Tints of Lucky Point #1C254B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 53.57%

R = 20%
G = 26.43%
B = 53.57%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C254B (or 0x1C254B) is known color: Lucky Point. HEX triplet: 1C, 25 and 4B. RGB value is (28,37,75). Sum of RGB (Red+Green+Blue) = 28+37+75=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C254B is #E3DAB4. Grayscale: #262626. Windows color (decimal): -14932661 or 4924700. OLE color: 4924700.

HSL color Cylindrical-coordinate representation of color #1C254B: hue angle of 228.51º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C254B is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 37 75 -
CMYK 0.63 0.51 0 0.71
HSL 228.51º 0.46% 0.2% -
HSV(B) 228.51º 0.63% 0.29% -
XYZ 2.41 2.08 6.93 -
YUV 38.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 28 37 75 0.63 0.51 0 0.71 228.51 0.46 0.2
Hex 1C 25 4B 3F 33 0 47 E5 2E 14
Octal 34 45 113 77 63 0 107 345 56 24
Binary 11100 100101 1001011 111111 110011 0 1000111 11100101 101110 10100

Color Harmonies of #1C254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C254B

Black with #1C254B

Text Example


Text Example

White with #1C254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,37,75); }

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

background-color css

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

 a { background-color: rgb(28,37,75); }

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

border-color css

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

 span { border-color: rgb(28,37,75); }

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