Html Css Color HEX #1A245E Lucky Point

📋 copy color: '#1A245E'

red 26 ◦ green 36 ◦ blue 94

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

Shades of Lucky Point #1A245E

Tints of Lucky Point #1A245E

RGB

 RED value IS 26 (10.55% from 255) = 16.67%

 GREEN value IS 36 (14.45% from 255) = 23.08%

 BLUE value IS 94 (37.11% from 255) = 60.26%

R = 16.67%
G = 23.08%
B = 60.26%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1A245E (or 0x1A245E) is known color: Lucky Point. HEX triplet: 1A, 24 and 5E. RGB value is (26,36,94). Sum of RGB (Red+Green+Blue) = 26+36+94=156 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.67% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A245E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A245E is #E5DBA1. Grayscale: #272727. Windows color (decimal): -15063970 or 6169626. OLE color: 6169626.

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

Color convert

RGB 26 36 94 -
CMYK 0.72 0.62 0 0.63
HSL 231.18º 0.57% 0.24% -
HSV(B) 231.18º 0.72% 0.37% -
XYZ 3.08 2.29 10.87 -
YUV 39.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 26 36 94 0.72 0.62 0 0.63 231.18 0.57 0.24
Hex 1A 24 5E 48 3E 0 3F E7 39 18
Octal 32 44 136 110 76 0 77 347 71 30
Binary 11010 100100 1011110 1001000 111110 0 111111 11100111 111001 11000

Color Harmonies of #1A245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A245E

Black with #1A245E

Text Example


Text Example

White with #1A245E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,36,94); }

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

background-color css

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

 a { background-color: rgb(26,36,94); }

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

border-color css

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

 span { border-color: rgb(26,36,94); }

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