Html Css Color HEX #1B1474 Midnight Blue

📋 copy color: '#1B1474'

red 27 ◦ green 20 ◦ blue 116

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

Shades of Midnight Blue #1B1474

Tints of Midnight Blue #1B1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

 BLUE value IS 116 (45.7% from 255) = 71.17%

R = 16.56%
G = 12.27%
B = 71.17%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B1474 (or 0x1B1474) is known color: Midnight Blue. HEX triplet: 1B, 14 and 74. RGB value is (27,20,116). Sum of RGB (Red+Green+Blue) = 27+20+116=163 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.56% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B1474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1474 is #E4EB8B. Grayscale: #202020. Windows color (decimal): -15002508 or 7607323. OLE color: 7607323.

HSL color Cylindrical-coordinate representation of color #1B1474: hue angle of 244.37º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B1474 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 27 20 116 -
CMYK 0.77 0.83 0 0.55
HSL 244.38º 0.71% 0.27% -
HSV(B) 244.38º 0.83% 0.45% -
XYZ 3.85 1.99 16.7 -
YUV 33.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 27 20 116 0.77 0.83 0 0.55 244.38 0.71 0.27
Hex 1B 14 74 4D 53 0 37 F4 47 1B
Octal 33 24 164 115 123 0 67 364 107 33
Binary 11011 10100 1110100 1001101 1010011 0 110111 11110100 1000111 11011

Color Harmonies of #1B1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1474

Black with #1B1474

Text Example


Text Example

White with #1B1474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,20,116); }

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

background-color css

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

 a { background-color: rgb(27,20,116); }

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

border-color css

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

 span { border-color: rgb(27,20,116); }

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