Html Css Color HEX #06136A Midnight Blue

📋 copy color: '#06136A'

red 6 ◦ green 19 ◦ blue 106

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

Shades of Midnight Blue #06136A

Tints of Midnight Blue #06136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.5%

 BLUE value IS 106 (41.8% from 255) = 80.92%

R = 4.58%
G = 14.5%
B = 80.92%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06136A (or 0x06136A) is known color: Midnight Blue. HEX triplet: 06, 13 and 6A. RGB value is (6,19,106). Sum of RGB (Red+Green+Blue) = 6+19+106=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 106 (41.80% from 255 or 80.92% from 131); Max value from RGB is 106 - color contains mainly: blue. Hex color #06136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06136A is #F9EC95. Grayscale: #181818. Windows color (decimal): -16379030 or 6951686. OLE color: 6951686.

HSL color Cylindrical-coordinate representation of color #06136A: hue angle of 232.2º 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 #06136A is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 19 106 -
CMYK 0.94 0.82 0 0.58
HSL 232.2º 0.89% 0.22% -
HSV(B) 232.2º 0.94% 0.42% -
XYZ 2.91 1.55 13.78 -
YUV 25.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 6 19 106 0.94 0.82 0 0.58 232.2 0.89 0.22
Hex 6 13 6A 5E 52 0 3A E8 59 16
Octal 6 23 152 136 122 0 72 350 131 26
Binary 110 10011 1101010 1011110 1010010 0 111010 11101000 1011001 10110

Color Harmonies of #06136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06136A

Black with #06136A

Text Example


Text Example

White with #06136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06136A; }

 p { color: rgb(6,19,106); }

 H1.HeaderClassName
 {
   color: #06136A;
 }
 .AnyTagClassName
 {
   color: #06136A;
 }
</style>

background-color css

<style>
 a { background-color: #06136A; }

 a { background-color: rgb(6,19,106); }

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

border-color css

<style>
 span { border-color: #06136A; }

 span { border-color: rgb(6,19,106); }

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