Html Css Color HEX #1B1263 Midnight Blue

📋 copy color: '#1B1263'

red 27 ◦ green 18 ◦ blue 99

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

Shades of Midnight Blue #1B1263

Tints of Midnight Blue #1B1263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

 BLUE value IS 99 (39.06% from 255) = 68.75%

R = 18.75%
G = 12.5%
B = 68.75%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1B1263 (or 0x1B1263) is known color: Midnight Blue. HEX triplet: 1B, 12 and 63. RGB value is (27,18,99). Sum of RGB (Red+Green+Blue) = 27+18+99=144 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.75% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B1263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1263 is #E4ED9C. Grayscale: #1D1D1D. Windows color (decimal): -15003037 or 6492699. OLE color: 6492699.

HSL color Cylindrical-coordinate representation of color #1B1263: hue angle of 246.67º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B1263 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 27 18 99 -
CMYK 0.73 0.82 0 0.61
HSL 246.67º 0.69% 0.23% -
HSV(B) 246.67º 0.82% 0.39% -
XYZ 2.92 1.57 11.95 -
YUV 29.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 27 18 99 0.73 0.82 0 0.61 246.67 0.69 0.23
Hex 1B 12 63 49 52 0 3D F7 45 17
Octal 33 22 143 111 122 0 75 367 105 27
Binary 11011 10010 1100011 1001001 1010010 0 111101 11110111 1000101 10111

Color Harmonies of #1B1263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1263

Black with #1B1263

Text Example


Text Example

White with #1B1263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,99); }

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

background-color css

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

 a { background-color: rgb(27,18,99); }

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

border-color css

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

 span { border-color: rgb(27,18,99); }

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