Html Css Color HEX #06025D Midnight Blue

📋 copy color: '#06025D'

red 6 ◦ green 2 ◦ blue 93

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

Shades of Midnight Blue #06025D

Tints of Midnight Blue #06025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

 BLUE value IS 93 (36.72% from 255) = 92.08%

R = 5.94%
G = 1.98%
B = 92.08%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06025D (or 0x06025D) is known color: Midnight Blue. HEX triplet: 06, 02 and 5D. RGB value is (6,2,93). Sum of RGB (Red+Green+Blue) = 6+2+93=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 93 (36.72% from 255 or 92.08% from 101); Max value from RGB is 93 - color contains mainly: blue. Hex color #06025D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06025D is #F9FDA2. Grayscale: #0D0D0D. Windows color (decimal): -16383395 or 6095366. OLE color: 6095366.

HSL color Cylindrical-coordinate representation of color #06025D: hue angle of 242.64º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06025D is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 2 93 -
CMYK 0.94 0.98 0 0.64
HSL 242.64º 0.96% 0.19% -
HSV(B) 242.64º 0.98% 0.36% -
XYZ 2.07 0.87 10.42 -
YUV 13.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 6 2 93 0.94 0.98 0 0.64 242.64 0.96 0.19
Hex 6 2 5D 5E 62 0 40 F3 60 13
Octal 6 2 135 136 142 0 100 363 140 23
Binary 110 10 1011101 1011110 1100010 0 1000000 11110011 1100000 10011

Color Harmonies of #06025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06025D

Black with #06025D

Text Example


Text Example

White with #06025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06025D; }

 p { color: rgb(6,2,93); }

 H1.HeaderClassName
 {
   color: #06025D;
 }
 .AnyTagClassName
 {
   color: #06025D;
 }
</style>

background-color css

<style>
 a { background-color: #06025D; }

 a { background-color: rgb(6,2,93); }

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

border-color css

<style>
 span { border-color: #06025D; }

 span { border-color: rgb(6,2,93); }

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