Html Css Color HEX #06187E Midnight Blue

📋 copy color: '#06187E'

red 6 ◦ green 24 ◦ blue 126

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

Shades of Midnight Blue #06187E

Tints of Midnight Blue #06187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

 BLUE value IS 126 (49.61% from 255) = 80.77%

R = 3.85%
G = 15.38%
B = 80.77%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06187E (or 0x06187E) is known color: Midnight Blue. HEX triplet: 06, 18 and 7E. RGB value is (6,24,126). Sum of RGB (Red+Green+Blue) = 6+24+126=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 126 (49.61% from 255 or 80.77% from 156); Max value from RGB is 126 - color contains mainly: blue. Hex color #06187E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06187E is #F9E781. Grayscale: #1D1D1D. Windows color (decimal): -16377730 or 8263686. OLE color: 8263686.

HSL color Cylindrical-coordinate representation of color #06187E: hue angle of 231º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06187E is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 24 126 -
CMYK 0.95 0.81 0 0.51
HSL 231º 0.91% 0.26% -
HSV(B) 231º 0.95% 0.49% -
XYZ 4.17 2.2 19.94 -
YUV 30.25 182.04 110.71 -
System Red Green Blue C M Y K H S L
Decimal 6 24 126 0.95 0.81 0 0.51 231 0.91 0.26
Hex 6 18 7E 5F 51 0 33 E7 5B 1A
Octal 6 30 176 137 121 0 63 347 133 32
Binary 110 11000 1111110 1011111 1010001 0 110011 11100111 1011011 11010

Color Harmonies of #06187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06187E

Black with #06187E

Text Example


Text Example

White with #06187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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