Html Css Color HEX #030246 Midnight Express

📋 copy color: '#030246'

red 3 ◦ green 2 ◦ blue 70

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

Shades of Midnight Express #030246

Tints of Midnight Express #030246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 93.33%

R = 4%
G = 2.67%
B = 93.33%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#030246 (or 0x030246) is known color: Midnight Express. HEX triplet: 03, 02 and 46. RGB value is (3,2,70). Sum of RGB (Red+Green+Blue) = 3+2+70=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 70 (27.73% from 255 or 93.33% from 75); Max value from RGB is 70 - color contains mainly: blue. Hex color #030246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030246 is #FCFDB9. Grayscale: #090909. Windows color (decimal): -16580026 or 4588035. OLE color: 4588035.

HSL color Cylindrical-coordinate representation of color #030246: hue angle of 240.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030246 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 2 70 -
CMYK 0.96 0.97 0 0.73
HSL 240.88º 0.94% 0.14% -
HSV(B) 240.88º 0.97% 0.27% -
XYZ 1.16 0.5 5.83 -
YUV 10.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 3 2 70 0.96 0.97 0 0.73 240.88 0.94 0.14
Hex 3 2 46 60 61 0 49 F1 5E E
Octal 3 2 106 140 141 0 111 361 136 16
Binary 11 10 1000110 1100000 1100001 0 1001001 11110001 1011110 1110

Color Harmonies of #030246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030246

Black with #030246

Text Example


Text Example

White with #030246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030246; }

 p { color: rgb(3,2,70); }

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

background-color css

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

 a { background-color: rgb(3,2,70); }

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

border-color css

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

 span { border-color: rgb(3,2,70); }

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