Html Css Color HEX #1E264B Lucky Point

📋 copy color: '#1E264B'

red 30 ◦ green 38 ◦ blue 75

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

Shades of Lucky Point #1E264B

Tints of Lucky Point #1E264B

RGB

 RED value IS 30 (12.11% from 255) = 20.98%

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 20.98%
G = 26.57%
B = 52.45%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1E264B (or 0x1E264B) is known color: Lucky Point. HEX triplet: 1E, 26 and 4B. RGB value is (30,38,75). Sum of RGB (Red+Green+Blue) = 30+38+75=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E264B is #E1D9B4. Grayscale: #272727. Windows color (decimal): -14801333 or 4924958. OLE color: 4924958.

HSL color Cylindrical-coordinate representation of color #1E264B: hue angle of 229.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E264B is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 30 38 75 -
CMYK 0.60 0.49 0 0.71
HSL 229.33º 0.43% 0.21% -
HSV(B) 229.33º 0.6% 0.29% -
XYZ 2.5 2.17 6.94 -
YUV 39.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 30 38 75 0.60 0.49 0 0.71 229.33 0.43 0.21
Hex 1E 26 4B 3C 31 0 47 E5 2B 15
Octal 36 46 113 74 61 0 107 345 53 25
Binary 11110 100110 1001011 111100 110001 0 1000111 11100101 101011 10101

Color Harmonies of #1E264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E264B

Black with #1E264B

Text Example


Text Example

White with #1E264B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,38,75); }

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

background-color css

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

 a { background-color: rgb(30,38,75); }

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

border-color css

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

 span { border-color: rgb(30,38,75); }

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