Html Css Color HEX #06003D Midnight Express

📋 copy color: '#06003D'

red 6 ◦ green 0 ◦ blue 61

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

Shades of Midnight Express #06003D

Tints of Midnight Express #06003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 91.04%

R = 8.96%
G = 0%
B = 91.04%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06003D (or 0x06003D) is known color: Midnight Express. HEX triplet: 06, 00 and 3D. RGB value is (6,0,61). Sum of RGB (Red+Green+Blue) = 6+0+61=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 61 (24.22% from 255 or 91.04% from 67); Max value from RGB is 61 - color contains mainly: blue. Hex color #06003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06003D is #F9FFC2. Grayscale: #080808. Windows color (decimal): -16383939 or 3997702. OLE color: 3997702.

HSL color Cylindrical-coordinate representation of color #06003D: hue angle of 245.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06003D is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 0 61 -
CMYK 0.90 1 0 0.76
HSL 245.9º 1% 0.12% -
HSV(B) 245.9º 1% 0.24% -
XYZ 0.92 0.38 4.44 -
YUV 8.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 6 0 61 0.90 1 0 0.76 245.9 1 0.12
Hex 6 0 3D 5A 64 0 4C F6 64 C
Octal 6 0 75 132 144 0 114 366 144 14
Binary 110 0 111101 1011010 1100100 0 1001100 11110110 1100100 1100

Color Harmonies of #06003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06003D

Black with #06003D

Text Example


Text Example

White with #06003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,0,61); }

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

background-color css

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

 a { background-color: rgb(6,0,61); }

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

border-color css

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

 span { border-color: rgb(6,0,61); }

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