Html Css Color HEX #1B005D Midnight Blue

📋 copy color: '#1B005D'

red 27 ◦ green 0 ◦ blue 93

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

Shades of Midnight Blue #1B005D

Tints of Midnight Blue #1B005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 93 (36.72% from 255) = 77.5%

R = 22.5%
G = 0%
B = 77.5%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B005D (or 0x1B005D) is known color: Midnight Blue. HEX triplet: 1B, 00 and 5D. RGB value is (27,0,93). Sum of RGB (Red+Green+Blue) = 27+0+93=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B005D is #E4FFA2. Grayscale: #121212. Windows color (decimal): -15007651 or 6094875. OLE color: 6094875.

HSL color Cylindrical-coordinate representation of color #1B005D: hue angle of 257.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B005D is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 0 93 -
CMYK 0.71 1 0 0.64
HSL 257.42º 1% 0.18% -
HSV(B) 257.42º 1% 0.36% -
XYZ 2.43 1.02 10.43 -
YUV 18.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 27 0 93 0.71 1 0 0.64 257.42 1 0.18
Hex 1B 0 5D 47 64 0 40 101 64 12
Octal 33 0 135 107 144 0 100 401 144 22
Binary 11011 0 1011101 1000111 1100100 0 1000000 100000001 1100100 10010

Color Harmonies of #1B005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B005D

Black with #1B005D

Text Example


Text Example

White with #1B005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,0,93); }

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

background-color css

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

 a { background-color: rgb(27,0,93); }

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

border-color css

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

 span { border-color: rgb(27,0,93); }

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