Html Css Color HEX #1B2461 Midnight Blue

📋 copy color: '#1B2461'

red 27 ◦ green 36 ◦ blue 97

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

Shades of Midnight Blue #1B2461

Tints of Midnight Blue #1B2461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 16.88%
G = 22.5%
B = 60.63%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B2461 (or 0x1B2461) is known color: Midnight Blue. HEX triplet: 1B, 24 and 61. RGB value is (27,36,97). Sum of RGB (Red+Green+Blue) = 27+36+97=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B2461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2461 is #E4DB9E. Grayscale: #282828. Windows color (decimal): -14998431 or 6366235. OLE color: 6366235.

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

Color convert

RGB 27 36 97 -
CMYK 0.72 0.63 0 0.62
HSL 232.29º 0.56% 0.24% -
HSV(B) 232.29º 0.72% 0.38% -
XYZ 3.24 2.36 11.59 -
YUV 40.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 27 36 97 0.72 0.63 0 0.62 232.29 0.56 0.24
Hex 1B 24 61 48 3F 0 3E E8 38 18
Octal 33 44 141 110 77 0 76 350 70 30
Binary 11011 100100 1100001 1001000 111111 0 111110 11101000 111000 11000

Color Harmonies of #1B2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2461

Black with #1B2461

Text Example


Text Example

White with #1B2461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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