Html Css Color HEX #1B245F Lucky Point

📋 copy color: '#1B245F'

red 27 ◦ green 36 ◦ blue 95

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

Shades of Lucky Point #1B245F

Tints of Lucky Point #1B245F

RGB

 RED value IS 27 (10.94% from 255) = 17.09%

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

 BLUE value IS 95 (37.5% from 255) = 60.13%

R = 17.09%
G = 22.78%
B = 60.13%

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

#1B245F (or 0x1B245F) is known color: Lucky Point. HEX triplet: 1B, 24 and 5F. RGB value is (27,36,95). Sum of RGB (Red+Green+Blue) = 27+36+95=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B245F is #E4DBA0. Grayscale: #272727. Windows color (decimal): -14998433 or 6235163. OLE color: 6235163.

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

Color convert

RGB 27 36 95 -
CMYK 0.72 0.62 0 0.63
HSL 232.06º 0.56% 0.24% -
HSV(B) 232.06º 0.72% 0.37% -
XYZ 3.15 2.32 11.11 -
YUV 40.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 27 36 95 0.72 0.62 0 0.63 232.06 0.56 0.24
Hex 1B 24 5F 48 3E 0 3F E8 38 18
Octal 33 44 137 110 76 0 77 350 70 30
Binary 11011 100100 1011111 1001000 111110 0 111111 11101000 111000 11000

Color Harmonies of #1B245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B245F

Black with #1B245F

Text Example


Text Example

White with #1B245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,36,95); }

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

background-color css

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

 a { background-color: rgb(27,36,95); }

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

border-color css

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

 span { border-color: rgb(27,36,95); }

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