Html Css Color HEX #1B0373 Midnight Blue

📋 copy color: '#1B0373'

red 27 ◦ green 3 ◦ blue 115

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

Shades of Midnight Blue #1B0373

Tints of Midnight Blue #1B0373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 115 (45.31% from 255) = 79.31%

R = 18.62%
G = 2.07%
B = 79.31%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B0373 (or 0x1B0373) is known color: Midnight Blue. HEX triplet: 1B, 03 and 73. RGB value is (27,3,115). Sum of RGB (Red+Green+Blue) = 27+3+115=145 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.62% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0373 is #E4FC8C. Grayscale: #161616. Windows color (decimal): -15006861 or 7537435. OLE color: 7537435.

HSL color Cylindrical-coordinate representation of color #1B0373: hue angle of 252.86º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0373 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 3 115 -
CMYK 0.77 0.97 0 0.55
HSL 252.86º 0.95% 0.23% -
HSV(B) 252.86º 0.97% 0.45% -
XYZ 3.58 1.54 16.33 -
YUV 22.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 27 3 115 0.77 0.97 0 0.55 252.86 0.95 0.23
Hex 1B 3 73 4D 61 0 37 FD 5F 17
Octal 33 3 163 115 141 0 67 375 137 27
Binary 11011 11 1110011 1001101 1100001 0 110111 11111101 1011111 10111

Color Harmonies of #1B0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0373

Black with #1B0373

Text Example


Text Example

White with #1B0373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,3,115); }

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

background-color css

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

 a { background-color: rgb(27,3,115); }

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

border-color css

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

 span { border-color: rgb(27,3,115); }

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