Html Css Color HEX #1B0474 Midnight Blue

📋 copy color: '#1B0474'

red 27 ◦ green 4 ◦ blue 116

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

Shades of Midnight Blue #1B0474

Tints of Midnight Blue #1B0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

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

R = 18.37%
G = 2.72%
B = 78.91%

CMYK

 C value IS 0.77

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1B0474 (or 0x1B0474) is known color: Midnight Blue. HEX triplet: 1B, 04 and 74. RGB value is (27,4,116). Sum of RGB (Red+Green+Blue) = 27+4+116=147 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.37% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B0474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0474 is #E4FB8B. Grayscale: #171717. Windows color (decimal): -15006604 or 7603227. OLE color: 7603227.

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

Color convert

RGB 27 4 116 -
CMYK 0.77 0.97 0 0.55
HSL 252.32º 0.93% 0.24% -
HSV(B) 252.32º 0.97% 0.45% -
XYZ 3.65 1.58 16.64 -
YUV 23.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 27 4 116 0.77 0.97 0 0.55 252.32 0.93 0.24
Hex 1B 4 74 4D 61 0 37 FC 5D 18
Octal 33 4 164 115 141 0 67 374 135 30
Binary 11011 100 1110100 1001101 1100001 0 110111 11111100 1011101 11000

Color Harmonies of #1B0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0474

Black with #1B0474

Text Example


Text Example

White with #1B0474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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