Html Css Color HEX #1B294F Lucky Point

📋 copy color: '#1B294F'

red 27 ◦ green 41 ◦ blue 79

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

Shades of Lucky Point #1B294F

Tints of Lucky Point #1B294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

 BLUE value IS 79 (31.25% from 255) = 53.74%

R = 18.37%
G = 27.89%
B = 53.74%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B294F (or 0x1B294F) is known color: Lucky Point. HEX triplet: 1B, 29 and 4F. RGB value is (27,41,79). Sum of RGB (Red+Green+Blue) = 27+41+79=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B294F is #E4D6B0. Grayscale: #282828. Windows color (decimal): -14997169 or 5187867. OLE color: 5187867.

HSL color Cylindrical-coordinate representation of color #1B294F: hue angle of 223.85º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B294F is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 41 79 -
CMYK 0.66 0.48 0 0.69
HSL 223.85º 0.49% 0.21% -
HSV(B) 223.85º 0.66% 0.31% -
XYZ 2.66 2.38 7.72 -
YUV 41.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 27 41 79 0.66 0.48 0 0.69 223.85 0.49 0.21
Hex 1B 29 4F 42 30 0 45 E0 31 15
Octal 33 51 117 102 60 0 105 340 61 25
Binary 11011 101001 1001111 1000010 110000 0 1000101 11100000 110001 10101

Color Harmonies of #1B294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B294F

Black with #1B294F

Text Example


Text Example

White with #1B294F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,41,79); }

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

background-color css

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

 a { background-color: rgb(27,41,79); }

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

border-color css

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

 span { border-color: rgb(27,41,79); }

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