Html Css Color HEX #06126B Midnight Blue

📋 copy color: '#06126B'

red 6 ◦ green 18 ◦ blue 107

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

Shades of Midnight Blue #06126B

Tints of Midnight Blue #06126B

RGB

 RED value IS 6 (2.73% from 255) = 4.58%

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 107 (42.19% from 255) = 81.68%

R = 4.58%
G = 13.74%
B = 81.68%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06126B (or 0x06126B) is known color: Midnight Blue. HEX triplet: 06, 12 and 6B. RGB value is (6,18,107). Sum of RGB (Red+Green+Blue) = 6+18+107=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #06126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06126B is #F9ED94. Grayscale: #181818. Windows color (decimal): -16379285 or 7016966. OLE color: 7016966.

HSL color Cylindrical-coordinate representation of color #06126B: hue angle of 232.87º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06126B is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 18 107 -
CMYK 0.94 0.83 0 0.58
HSL 232.87º 0.89% 0.22% -
HSV(B) 232.87º 0.94% 0.42% -
XYZ 2.95 1.53 14.05 -
YUV 24.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 6 18 107 0.94 0.83 0 0.58 232.87 0.89 0.22
Hex 6 12 6B 5E 53 0 3A E9 59 16
Octal 6 22 153 136 123 0 72 351 131 26
Binary 110 10010 1101011 1011110 1010011 0 111010 11101001 1011001 10110

Color Harmonies of #06126B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06126B

Black with #06126B

Text Example


Text Example

White with #06126B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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