Html Css Color HEX #06025C Midnight Blue

📋 copy color: '#06025C'

red 6 ◦ green 2 ◦ blue 92

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

Shades of Midnight Blue #06025C

Tints of Midnight Blue #06025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 92%

R = 6%
G = 2%
B = 92%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06025C (or 0x06025C) is known color: Midnight Blue. HEX triplet: 06, 02 and 5C. RGB value is (6,2,92). Sum of RGB (Red+Green+Blue) = 6+2+92=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 92 (36.33% from 255 or 92% from 100); Max value from RGB is 92 - color contains mainly: blue. Hex color #06025C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06025C is #F9FDA3. Grayscale: #0D0D0D. Windows color (decimal): -16383396 or 6029830. OLE color: 6029830.

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

Color convert

RGB 6 2 92 -
CMYK 0.93 0.98 0 0.64
HSL 242.67º 0.96% 0.18% -
HSV(B) 242.67º 0.98% 0.36% -
XYZ 2.03 0.85 10.18 -
YUV 13.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 6 2 92 0.93 0.98 0 0.64 242.67 0.96 0.18
Hex 6 2 5C 5D 62 0 40 F3 60 12
Octal 6 2 134 135 142 0 100 363 140 22
Binary 110 10 1011100 1011101 1100010 0 1000000 11110011 1100000 10010

Color Harmonies of #06025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06025C

Black with #06025C

Text Example


Text Example

White with #06025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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