Html Css Color HEX #1B065B Midnight Blue

📋 copy color: '#1B065B'

red 27 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #1B065B

Tints of Midnight Blue #1B065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

 BLUE value IS 91 (35.94% from 255) = 73.39%

R = 21.77%
G = 4.84%
B = 73.39%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B065B (or 0x1B065B) is known color: Midnight Blue. HEX triplet: 1B, 06 and 5B. RGB value is (27,6,91). Sum of RGB (Red+Green+Blue) = 27+6+91=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B065B is #E4F9A4. Grayscale: #151515. Windows color (decimal): -15006117 or 5965339. OLE color: 5965339.

HSL color Cylindrical-coordinate representation of color #1B065B: hue angle of 254.82º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B065B is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 6 91 -
CMYK 0.70 0.93 0 0.64
HSL 254.82º 0.88% 0.19% -
HSV(B) 254.82º 0.93% 0.36% -
XYZ 2.41 1.12 9.99 -
YUV 21.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 27 6 91 0.70 0.93 0 0.64 254.82 0.88 0.19
Hex 1B 6 5B 46 5D 0 40 FF 58 13
Octal 33 6 133 106 135 0 100 377 130 23
Binary 11011 110 1011011 1000110 1011101 0 1000000 11111111 1011000 10011

Color Harmonies of #1B065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B065B

Black with #1B065B

Text Example


Text Example

White with #1B065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,6,91); }

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

background-color css

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

 a { background-color: rgb(27,6,91); }

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

border-color css

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

 span { border-color: rgb(27,6,91); }

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