Html Css Color HEX #12065D Midnight Blue

📋 copy color: '#12065D'

red 18 ◦ green 6 ◦ blue 93

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

Shades of Midnight Blue #12065D

Tints of Midnight Blue #12065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 79.49%

R = 15.38%
G = 5.13%
B = 79.49%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#12065D (or 0x12065D) is known color: Midnight Blue. HEX triplet: 12, 06 and 5D. RGB value is (18,6,93). Sum of RGB (Red+Green+Blue) = 18+6+93=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 93 (36.72% from 255 or 79.49% from 117); Max value from RGB is 93 - color contains mainly: blue. Hex color #12065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12065D is #EDF9A2. Grayscale: #131313. Windows color (decimal): -15595939 or 6096402. OLE color: 6096402.

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

Color convert

RGB 18 6 93 -
CMYK 0.81 0.94 0 0.64
HSL 248.28º 0.88% 0.19% -
HSV(B) 248.28º 0.94% 0.36% -
XYZ 2.29 1.05 10.44 -
YUV 19.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 18 6 93 0.81 0.94 0 0.64 248.28 0.88 0.19
Hex 12 6 5D 51 5E 0 40 F8 58 13
Octal 22 6 135 121 136 0 100 370 130 23
Binary 10010 110 1011101 1010001 1011110 0 1000000 11111000 1011000 10011

Color Harmonies of #12065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12065D

Black with #12065D

Text Example


Text Example

White with #12065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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