Html Css Color HEX #030041 Midnight Express

📋 copy color: '#030041'

red 3 ◦ green 0 ◦ blue 65

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

Shades of Midnight Express #030041

Tints of Midnight Express #030041

RGB

 RED value IS 3 (1.56% from 255) = 4.41%

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

 BLUE value IS 65 (25.78% from 255) = 95.59%

R = 4.41%
G = 0%
B = 95.59%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#030041 (or 0x030041) is known color: Midnight Express. HEX triplet: 03, 00 and 41. RGB value is (3,0,65). Sum of RGB (Red+Green+Blue) = 3+0+65=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 65 (25.78% from 255 or 95.59% from 68); Max value from RGB is 65 - color contains mainly: blue. Hex color #030041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030041 is #FCFFBE. Grayscale: #080808. Windows color (decimal): -16580543 or 4259843. OLE color: 4259843.

HSL color Cylindrical-coordinate representation of color #030041: hue angle of 242.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030041 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 0 65 -
CMYK 0.95 1 0 0.75
HSL 242.77º 1% 0.13% -
HSV(B) 242.77º 1% 0.25% -
XYZ 0.99 0.4 5.03 -
YUV 8.31 159.99 124.21 -
System Red Green Blue C M Y K H S L
Decimal 3 0 65 0.95 1 0 0.75 242.77 1 0.13
Hex 3 0 41 5F 64 0 4B F3 64 D
Octal 3 0 101 137 144 0 113 363 144 15
Binary 11 0 1000001 1011111 1100100 0 1001011 11110011 1100100 1101

Color Harmonies of #030041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030041

Black with #030041

Text Example


Text Example

White with #030041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030041; }

 p { color: rgb(3,0,65); }

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

background-color css

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

 a { background-color: rgb(3,0,65); }

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

border-color css

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

 span { border-color: rgb(3,0,65); }

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