Html Css Color HEX #1B0166 Midnight Blue

📋 copy color: '#1B0166'

red 27 ◦ green 1 ◦ blue 102

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

Shades of Midnight Blue #1B0166

Tints of Midnight Blue #1B0166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.77%

 BLUE value IS 102 (40.23% from 255) = 78.46%

R = 20.77%
G = 0.77%
B = 78.46%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1B0166 (or 0x1B0166) is known color: Midnight Blue. HEX triplet: 1B, 01 and 66. RGB value is (27,1,102). Sum of RGB (Red+Green+Blue) = 27+1+102=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #1B0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0166 is #E4FE99. Grayscale: #131313. Windows color (decimal): -15007386 or 6684955. OLE color: 6684955.

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

Color convert

RGB 27 1 102 -
CMYK 0.74 0.99 0 0.6
HSL 255.45º 0.98% 0.2% -
HSV(B) 255.45º 0.99% 0.4% -
XYZ 2.86 1.21 12.65 -
YUV 20.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 27 1 102 0.74 0.99 0 0.6 255.45 0.98 0.2
Hex 1B 1 66 4A 63 0 3C FF 62 14
Octal 33 1 146 112 143 0 74 377 142 24
Binary 11011 1 1100110 1001010 1100011 0 111100 11111111 1100010 10100

Color Harmonies of #1B0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0166

Black with #1B0166

Text Example


Text Example

White with #1B0166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,102); }

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

background-color css

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

 a { background-color: rgb(27,1,102); }

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

border-color css

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

 span { border-color: rgb(27,1,102); }

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