#06187A

Color #06187A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #06187A

Tints of Midnight Blue #06187A

Color information

#06187A (or 0x06187A) is unknown color: approx Midnight Blue. HEX triplet: 06, 18 and 7A. RGB value is (6,24,122). Sum of RGB (Red+Green+Blue) = 6+24+122=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 122 (48.05% from 255 or 80.26% from 152); Max value from RGB is 122 - color contains mainly: blue. Hex color #06187A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06187A is #F9E785. Grayscale: #1D1D1D. Windows color (decimal): -16377734 or 8001542. OLE color: 8001542.

HSL color Cylindrical-coordinate representation of color #06187A: hue angle of 230.69º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06187A is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB624122-
CMYK0.950.8000.52
HSL230.69º90.62%25.1%-
HSV(B)230.69º95.08%47.84%-
XYZ3.912.118.61-
YUV29.79180.04111.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 122 (48.05% from 255) = 80.26%
R=3.95%
G=15.79%
B=80.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6241220.950.8000.52230.6990.6225.1
Hex6187A5F50034e75b19
Octal63017213712006434713331
Binary11011000111101010111111010000011010011100111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,24,122); }

 H1.HeaderClassName
 {
   color: #06187A;
 }
 .AnyTagClassName
 {
   color: #06187A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,24,122); }

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

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

 span { border-color: rgb(6,24,122); }

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