Html Css Color HEX #1B1061 Midnight Blue

📋 copy color: '#1B1061'

red 27 ◦ green 16 ◦ blue 97

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

Shades of Midnight Blue #1B1061

Tints of Midnight Blue #1B1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

 BLUE value IS 97 (38.28% from 255) = 69.29%

R = 19.29%
G = 11.43%
B = 69.29%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B1061 (or 0x1B1061) is known color: Midnight Blue. HEX triplet: 1B, 10 and 61. RGB value is (27,16,97). Sum of RGB (Red+Green+Blue) = 27+16+97=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B1061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1061 is #E4EF9E. Grayscale: #1C1C1C. Windows color (decimal): -15003551 or 6361115. OLE color: 6361115.

HSL color Cylindrical-coordinate representation of color #1B1061: hue angle of 248.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1061 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 16 97 -
CMYK 0.72 0.84 0 0.62
HSL 248.15º 0.72% 0.22% -
HSV(B) 248.15º 0.84% 0.38% -
XYZ 2.79 1.47 11.45 -
YUV 28.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 27 16 97 0.72 0.84 0 0.62 248.15 0.72 0.22
Hex 1B 10 61 48 54 0 3E F8 48 16
Octal 33 20 141 110 124 0 76 370 110 26
Binary 11011 10000 1100001 1001000 1010100 0 111110 11111000 1001000 10110

Color Harmonies of #1B1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1061

Black with #1B1061

Text Example


Text Example

White with #1B1061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,16,97); }

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

background-color css

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

 a { background-color: rgb(27,16,97); }

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

border-color css

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

 span { border-color: rgb(27,16,97); }

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