Html Css Color HEX #1B0468 Midnight Blue

📋 copy color: '#1B0468'

red 27 ◦ green 4 ◦ blue 104

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

Shades of Midnight Blue #1B0468

Tints of Midnight Blue #1B0468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 77.04%

R = 20%
G = 2.96%
B = 77.04%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B0468 (or 0x1B0468) is known color: Midnight Blue. HEX triplet: 1B, 04 and 68. RGB value is (27,4,104). Sum of RGB (Red+Green+Blue) = 27+4+104=135 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0468 is #E4FB97. Grayscale: #151515. Windows color (decimal): -15006616 or 6816795. OLE color: 6816795.

HSL color Cylindrical-coordinate representation of color #1B0468: hue angle of 253.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0468 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 27 4 104 -
CMYK 0.74 0.96 0 0.59
HSL 253.8º 0.93% 0.21% -
HSV(B) 253.8º 0.96% 0.41% -
XYZ 2.99 1.32 13.19 -
YUV 22.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 27 4 104 0.74 0.96 0 0.59 253.8 0.93 0.21
Hex 1B 4 68 4A 60 0 3B FE 5D 15
Octal 33 4 150 112 140 0 73 376 135 25
Binary 11011 100 1101000 1001010 1100000 0 111011 11111110 1011101 10101

Color Harmonies of #1B0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0468

Black with #1B0468

Text Example


Text Example

White with #1B0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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