Html Css Color HEX #1B016C Midnight Blue

📋 copy color: '#1B016C'

red 27 ◦ green 1 ◦ blue 108

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

Shades of Midnight Blue #1B016C

Tints of Midnight Blue #1B016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 108 (42.58% from 255) = 79.41%

R = 19.85%
G = 0.74%
B = 79.41%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1B016C (or 0x1B016C) is known color: Midnight Blue. HEX triplet: 1B, 01 and 6C. RGB value is (27,1,108). Sum of RGB (Red+Green+Blue) = 27+1+108=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B016C is #E4FE93. Grayscale: #141414. Windows color (decimal): -15007380 or 7078171. OLE color: 7078171.

HSL color Cylindrical-coordinate representation of color #1B016C: hue angle of 254.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B016C is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 1 108 -
CMYK 0.75 0.99 0 0.58
HSL 254.58º 0.98% 0.21% -
HSV(B) 254.58º 0.99% 0.42% -
XYZ 3.17 1.34 14.28 -
YUV 20.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 27 1 108 0.75 0.99 0 0.58 254.58 0.98 0.21
Hex 1B 1 6C 4B 63 0 3A FF 62 15
Octal 33 1 154 113 143 0 72 377 142 25
Binary 11011 1 1101100 1001011 1100011 0 111010 11111111 1100010 10101

Color Harmonies of #1B016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B016C

Black with #1B016C

Text Example


Text Example

White with #1B016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,108); }

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

background-color css

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

 a { background-color: rgb(27,1,108); }

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

border-color css

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

 span { border-color: rgb(27,1,108); }

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