Html Css Color HEX #1B0F7C Midnight Blue

📋 copy color: '#1B0F7C'

red 27 ◦ green 15 ◦ blue 124

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

Shades of Midnight Blue #1B0F7C

Tints of Midnight Blue #1B0F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.04%

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

R = 16.27%
G = 9.04%
B = 74.7%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B0F7C (or 0x1B0F7C) is known color: Midnight Blue. HEX triplet: 1B, 0F and 7C. RGB value is (27,15,124). Sum of RGB (Red+Green+Blue) = 27+15+124=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 124 (48.83% from 255 or 74.70% from 166); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B0F7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0F7C is #E4F083. Grayscale: #1E1E1E. Windows color (decimal): -15003780 or 8130331. OLE color: 8130331.

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

Color convert

RGB 27 15 124 -
CMYK 0.78 0.88 0 0.51
HSL 246.61º 0.78% 0.27% -
HSV(B) 246.61º 0.88% 0.49% -
XYZ 4.26 2.03 19.24 -
YUV 31.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 27 15 124 0.78 0.88 0 0.51 246.61 0.78 0.27
Hex 1B F 7C 4E 58 0 33 F7 4E 1B
Octal 33 17 174 116 130 0 63 367 116 33
Binary 11011 1111 1111100 1001110 1011000 0 110011 11110111 1001110 11011

Color Harmonies of #1B0F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0F7C

Black with #1B0F7C

Text Example


Text Example

White with #1B0F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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