Html Css Color HEX #12055B Midnight Blue

📋 copy color: '#12055B'

red 18 ◦ green 5 ◦ blue 91

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

Shades of Midnight Blue #12055B

Tints of Midnight Blue #12055B

RGB

 RED value IS 18 (7.42% from 255) = 15.79%

 GREEN value IS 5 (2.34% from 255) = 4.39%

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

R = 15.79%
G = 4.39%
B = 79.82%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12055B (or 0x12055B) is known color: Midnight Blue. HEX triplet: 12, 05 and 5B. RGB value is (18,5,91). Sum of RGB (Red+Green+Blue) = 18+5+91=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #12055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12055B is #EDFAA4. Grayscale: #121212. Windows color (decimal): -15596197 or 5965074. OLE color: 5965074.

HSL color Cylindrical-coordinate representation of color #12055B: hue angle of 249.07º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12055B is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 5 91 -
CMYK 0.80 0.95 0 0.64
HSL 249.07º 0.9% 0.19% -
HSV(B) 249.07º 0.95% 0.36% -
XYZ 2.19 0.99 9.97 -
YUV 18.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 18 5 91 0.80 0.95 0 0.64 249.07 0.9 0.19
Hex 12 5 5B 50 5F 0 40 F9 5A 13
Octal 22 5 133 120 137 0 100 371 132 23
Binary 10010 101 1011011 1010000 1011111 0 1000000 11111001 1011010 10011

Color Harmonies of #12055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12055B

Black with #12055B

Text Example


Text Example

White with #12055B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12055B; }

 p { color: rgb(18,5,91); }

 H1.HeaderClassName
 {
   color: #12055B;
 }
 .AnyTagClassName
 {
   color: #12055B;
 }
</style>

background-color css

<style>
 a { background-color: #12055B; }

 a { background-color: rgb(18,5,91); }

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

border-color css

<style>
 span { border-color: #12055B; }

 span { border-color: rgb(18,5,91); }

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