Html Css Color HEX #1A2552 Lucky Point

📋 copy color: '#1A2552'

red 26 ◦ green 37 ◦ blue 82

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

Shades of Lucky Point #1A2552

Tints of Lucky Point #1A2552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 17.93%
G = 25.52%
B = 56.55%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1A2552 (or 0x1A2552) is known color: Lucky Point. HEX triplet: 1A, 25 and 52. RGB value is (26,37,82). Sum of RGB (Red+Green+Blue) = 26+37+82=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A2552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2552 is #E5DAAD. Grayscale: #262626. Windows color (decimal): -15063726 or 5383450. OLE color: 5383450.

HSL color Cylindrical-coordinate representation of color #1A2552: hue angle of 228.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A2552 is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 26 37 82 -
CMYK 0.68 0.55 0 0.68
HSL 228.21º 0.52% 0.21% -
HSV(B) 228.21º 0.68% 0.32% -
XYZ 2.61 2.15 8.26 -
YUV 38.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 26 37 82 0.68 0.55 0 0.68 228.21 0.52 0.21
Hex 1A 25 52 44 37 0 44 E4 34 15
Octal 32 45 122 104 67 0 104 344 64 25
Binary 11010 100101 1010010 1000100 110111 0 1000100 11100100 110100 10101

Color Harmonies of #1A2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A2552

Black with #1A2552

Text Example


Text Example

White with #1A2552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,37,82); }

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

background-color css

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

 a { background-color: rgb(26,37,82); }

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

border-color css

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

 span { border-color: rgb(26,37,82); }

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