Html Css Color HEX #1B0068 Midnight Blue

📋 copy color: '#1B0068'

red 27 ◦ green 0 ◦ blue 104

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

Shades of Midnight Blue #1B0068

Tints of Midnight Blue #1B0068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.61%
G = 0%
B = 79.39%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B0068 (or 0x1B0068) is known color: Midnight Blue. HEX triplet: 1B, 00 and 68. RGB value is (27,0,104). Sum of RGB (Red+Green+Blue) = 27+0+104=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0068 is #E4FF97. Grayscale: #131313. Windows color (decimal): -15007640 or 6815771. OLE color: 6815771.

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

Color convert

RGB 27 0 104 -
CMYK 0.74 1 0 0.59
HSL 255.58º 1% 0.2% -
HSV(B) 255.58º 1% 0.41% -
XYZ 2.95 1.23 13.18 -
YUV 19.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 27 0 104 0.74 1 0 0.59 255.58 1 0.2
Hex 1B 0 68 4A 64 0 3B 100 64 14
Octal 33 0 150 112 144 0 73 400 144 24
Binary 11011 0 1101000 1001010 1100100 0 111011 100000000 1100100 10100

Color Harmonies of #1B0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0068

Black with #1B0068

Text Example


Text Example

White with #1B0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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