Html Css Color HEX #1B2076 Midnight Blue

📋 copy color: '#1B2076'

red 27 ◦ green 32 ◦ blue 118

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

Shades of Midnight Blue #1B2076

Tints of Midnight Blue #1B2076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.08%

 BLUE value IS 118 (46.48% from 255) = 66.67%

R = 15.25%
G = 18.08%
B = 66.67%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1B2076 (or 0x1B2076) is known color: Midnight Blue. HEX triplet: 1B, 20 and 76. RGB value is (27,32,118). Sum of RGB (Red+Green+Blue) = 27+32+118=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2076 is #E4DF89. Grayscale: #272727. Windows color (decimal): -14999434 or 7741467. OLE color: 7741467.

HSL color Cylindrical-coordinate representation of color #1B2076: hue angle of 236.7º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2076 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 27 32 118 -
CMYK 0.77 0.73 0 0.54
HSL 236.7º 0.63% 0.28% -
HSV(B) 236.7º 0.77% 0.46% -
XYZ 4.24 2.57 17.41 -
YUV 40.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 27 32 118 0.77 0.73 0 0.54 236.7 0.63 0.28
Hex 1B 20 76 4D 49 0 36 ED 3F 1C
Octal 33 40 166 115 111 0 66 355 77 34
Binary 11011 100000 1110110 1001101 1001001 0 110110 11101101 111111 11100

Color Harmonies of #1B2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2076

Black with #1B2076

Text Example


Text Example

White with #1B2076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,32,118); }

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

background-color css

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

 a { background-color: rgb(27,32,118); }

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

border-color css

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

 span { border-color: rgb(27,32,118); }

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