Html Css Color HEX #1B2C41 Midnight

📋 copy color: '#1B2C41'

red 27 ◦ green 44 ◦ blue 65

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

Shades of Midnight #1B2C41

Tints of Midnight #1B2C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.35%

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 19.85%
G = 32.35%
B = 47.79%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B2C41 (or 0x1B2C41) is known color: Midnight. HEX triplet: 1B, 2C and 41. RGB value is (27,44,65). Sum of RGB (Red+Green+Blue) = 27+44+65=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B2C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2C41 is #E4D3BE. Grayscale: #292929. Windows color (decimal): -14996415 or 4271131. OLE color: 4271131.

HSL color Cylindrical-coordinate representation of color #1B2C41: hue angle of 213.16º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B2C41 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 44 65 -
CMYK 0.58 0.32 0 0.75
HSL 213.16º 0.41% 0.18% -
HSV(B) 213.16º 0.58% 0.25% -
XYZ 2.31 2.42 5.35 -
YUV 41.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 27 44 65 0.58 0.32 0 0.75 213.16 0.41 0.18
Hex 1B 2C 41 3A 20 0 4B D5 29 12
Octal 33 54 101 72 40 0 113 325 51 22
Binary 11011 101100 1000001 111010 100000 0 1001011 11010101 101001 10010

Color Harmonies of #1B2C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2C41

Black with #1B2C41

Text Example


Text Example

White with #1B2C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,44,65); }

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

background-color css

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

 a { background-color: rgb(27,44,65); }

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

border-color css

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

 span { border-color: rgb(27,44,65); }

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