Html Css Color HEX #1B0C7C Midnight Blue

📋 copy color: '#1B0C7C'

red 27 ◦ green 12 ◦ blue 124

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

Shades of Midnight Blue #1B0C7C

Tints of Midnight Blue #1B0C7C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.36%

 BLUE value IS 124 (48.83% from 255) = 76.07%

R = 16.56%
G = 7.36%
B = 76.07%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B0C7C (or 0x1B0C7C) is known color: Midnight Blue. HEX triplet: 1B, 0C and 7C. RGB value is (27,12,124). Sum of RGB (Red+Green+Blue) = 27+12+124=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 124 (48.83% from 255 or 76.07% from 163); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B0C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0C7C is #E4F383. Grayscale: #1C1C1C. Windows color (decimal): -15004548 or 8129563. OLE color: 8129563.

HSL color Cylindrical-coordinate representation of color #1B0C7C: hue angle of 248.04º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0C7C is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 12 124 -
CMYK 0.78 0.90 0 0.51
HSL 248.04º 0.82% 0.27% -
HSV(B) 248.04º 0.9% 0.49% -
XYZ 4.22 1.95 19.22 -
YUV 29.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 27 12 124 0.78 0.90 0 0.51 248.04 0.82 0.27
Hex 1B C 7C 4E 5A 0 33 F8 52 1B
Octal 33 14 174 116 132 0 63 370 122 33
Binary 11011 1100 1111100 1001110 1011010 0 110011 11111000 1010010 11011

Color Harmonies of #1B0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0C7C

Black with #1B0C7C

Text Example


Text Example

White with #1B0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,12,124); }

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

background-color css

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

 a { background-color: rgb(27,12,124); }

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

border-color css

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

 span { border-color: rgb(27,12,124); }

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