Html Css Color HEX #1B0261 Midnight Blue

📋 copy color: '#1B0261'

red 27 ◦ green 2 ◦ blue 97

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

Shades of Midnight Blue #1B0261

Tints of Midnight Blue #1B0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.59%

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

R = 21.43%
G = 1.59%
B = 76.98%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B0261 (or 0x1B0261) is known color: Midnight Blue. HEX triplet: 1B, 02 and 61. RGB value is (27,2,97). Sum of RGB (Red+Green+Blue) = 27+2+97=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 97 (38.28% from 255 or 76.98% from 126); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0261 is #E4FD9E. Grayscale: #131313. Windows color (decimal): -15007135 or 6357531. OLE color: 6357531.

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

Color convert

RGB 27 2 97 -
CMYK 0.72 0.98 0 0.62
HSL 255.79º 0.96% 0.19% -
HSV(B) 255.79º 0.98% 0.38% -
XYZ 2.63 1.14 11.39 -
YUV 20.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 27 2 97 0.72 0.98 0 0.62 255.79 0.96 0.19
Hex 1B 2 61 48 62 0 3E 100 60 13
Octal 33 2 141 110 142 0 76 400 140 23
Binary 11011 10 1100001 1001000 1100010 0 111110 100000000 1100000 10011

Color Harmonies of #1B0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0261

Black with #1B0261

Text Example


Text Example

White with #1B0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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