Html Css Color HEX #12065B Midnight Blue

📋 copy color: '#12065B'

red 18 ◦ green 6 ◦ blue 91

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

Shades of Midnight Blue #12065B

Tints of Midnight Blue #12065B

RGB

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

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

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

R = 15.65%
G = 5.22%
B = 79.13%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12065B (or 0x12065B) is known color: Midnight Blue. HEX triplet: 12, 06 and 5B. RGB value is (18,6,91). Sum of RGB (Red+Green+Blue) = 18+6+91=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #12065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12065B is #EDF9A4. Grayscale: #121212. Windows color (decimal): -15595941 or 5965330. OLE color: 5965330.

HSL color Cylindrical-coordinate representation of color #12065B: hue angle of 248.47º 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 #12065B is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 6 91 -
CMYK 0.80 0.93 0 0.64
HSL 248.47º 0.88% 0.19% -
HSV(B) 248.47º 0.93% 0.36% -
XYZ 2.2 1.01 9.98 -
YUV 19.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 18 6 91 0.80 0.93 0 0.64 248.47 0.88 0.19
Hex 12 6 5B 50 5D 0 40 F8 58 13
Octal 22 6 133 120 135 0 100 370 130 23
Binary 10010 110 1011011 1010000 1011101 0 1000000 11111000 1011000 10011

Color Harmonies of #12065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12065B

Black with #12065B

Text Example


Text Example

White with #12065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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