Html Css Color HEX #030A3F Midnight Express

📋 copy color: '#030A3F'

red 3 ◦ green 10 ◦ blue 63

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

Shades of Midnight Express #030A3F

Tints of Midnight Express #030A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.16%

 BLUE value IS 63 (25% from 255) = 82.89%

R = 3.95%
G = 13.16%
B = 82.89%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#030A3F (or 0x030A3F) is known color: Midnight Express. HEX triplet: 03, 0A and 3F. RGB value is (3,10,63). Sum of RGB (Red+Green+Blue) = 3+10+63=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #030A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030A3F is #FCF5C0. Grayscale: #0D0D0D. Windows color (decimal): -16577985 or 4131331. OLE color: 4131331.

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

Color convert

RGB 3 10 63 -
CMYK 0.95 0.84 0 0.75
HSL 233º 0.91% 0.13% -
HSV(B) 233º 0.95% 0.25% -
XYZ 1.04 0.6 4.76 -
YUV 13.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 3 10 63 0.95 0.84 0 0.75 233 0.91 0.13
Hex 3 A 3F 5F 54 0 4B E9 5B D
Octal 3 12 77 137 124 0 113 351 133 15
Binary 11 1010 111111 1011111 1010100 0 1001011 11101001 1011011 1101

Color Harmonies of #030A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A3F

Black with #030A3F

Text Example


Text Example

White with #030A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030A3F; }

 p { color: rgb(3,10,63); }

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

background-color css

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

 a { background-color: rgb(3,10,63); }

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

border-color css

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

 span { border-color: rgb(3,10,63); }

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