Html Css Color HEX #06136E Midnight Blue

📋 copy color: '#06136E'

red 6 ◦ green 19 ◦ blue 110

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

Shades of Midnight Blue #06136E

Tints of Midnight Blue #06136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 81.48%

R = 4.44%
G = 14.07%
B = 81.48%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06136E (or 0x06136E) is known color: Midnight Blue. HEX triplet: 06, 13 and 6E. RGB value is (6,19,110). Sum of RGB (Red+Green+Blue) = 6+19+110=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #06136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06136E is #F9EC91. Grayscale: #191919. Windows color (decimal): -16379026 or 7213830. OLE color: 7213830.

HSL color Cylindrical-coordinate representation of color #06136E: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06136E is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 19 110 -
CMYK 0.95 0.83 0 0.57
HSL 232.5º 0.9% 0.23% -
HSV(B) 232.5º 0.95% 0.43% -
XYZ 3.12 1.63 14.9 -
YUV 25.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 6 19 110 0.95 0.83 0 0.57 232.5 0.9 0.23
Hex 6 13 6E 5F 53 0 39 E8 5A 17
Octal 6 23 156 137 123 0 71 350 132 27
Binary 110 10011 1101110 1011111 1010011 0 111001 11101000 1011010 10111

Color Harmonies of #06136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06136E

Black with #06136E

Text Example


Text Example

White with #06136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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