Html Css Color HEX #1C214B Lucky Point

📋 copy color: '#1C214B'

red 28 ◦ green 33 ◦ blue 75

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

Shades of Lucky Point #1C214B

Tints of Lucky Point #1C214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.26%

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

R = 20.59%
G = 24.26%
B = 55.15%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1C214B (or 0x1C214B) is known color: Lucky Point. HEX triplet: 1C, 21 and 4B. RGB value is (28,33,75). Sum of RGB (Red+Green+Blue) = 28+33+75=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C214B is #E3DEB4. Grayscale: #242424. Windows color (decimal): -14933685 or 4923676. OLE color: 4923676.

HSL color Cylindrical-coordinate representation of color #1C214B: hue angle of 233.62º 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 #1C214B is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 28 33 75 -
CMYK 0.63 0.56 0 0.71
HSL 233.62º 0.46% 0.2% -
HSV(B) 233.62º 0.63% 0.29% -
XYZ 2.29 1.84 6.89 -
YUV 36.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 28 33 75 0.63 0.56 0 0.71 233.62 0.46 0.2
Hex 1C 21 4B 3F 38 0 47 EA 2E 14
Octal 34 41 113 77 70 0 107 352 56 24
Binary 11100 100001 1001011 111111 111000 0 1000111 11101010 101110 10100

Color Harmonies of #1C214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C214B

Black with #1C214B

Text Example


Text Example

White with #1C214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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