Html Css Color HEX #030F3E Midnight Express

📋 copy color: '#030F3E'

red 3 ◦ green 15 ◦ blue 62

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

Shades of Midnight Express #030F3E

Tints of Midnight Express #030F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.75%

 BLUE value IS 62 (24.61% from 255) = 77.5%

R = 3.75%
G = 18.75%
B = 77.5%

CMYK

 C value IS 0.95

 M value IS 0.76

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#030F3E (or 0x030F3E) is known color: Midnight Express. HEX triplet: 03, 0F and 3E. RGB value is (3,15,62). Sum of RGB (Red+Green+Blue) = 3+15+62=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 62 (24.61% from 255 or 77.5% from 80); Max value from RGB is 62 - color contains mainly: blue. Hex color #030F3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F3E is #FCF0C1. Grayscale: #101010. Windows color (decimal): -16576706 or 4067075. OLE color: 4067075.

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

Color convert

RGB 3 15 62 -
CMYK 0.95 0.76 0 0.76
HSL 227.8º 0.91% 0.13% -
HSV(B) 227.8º 0.95% 0.24% -
XYZ 1.08 0.71 4.64 -
YUV 16.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 3 15 62 0.95 0.76 0 0.76 227.8 0.91 0.13
Hex 3 F 3E 5F 4C 0 4C E4 5B D
Octal 3 17 76 137 114 0 114 344 133 15
Binary 11 1111 111110 1011111 1001100 0 1001100 11100100 1011011 1101

Color Harmonies of #030F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F3E

Black with #030F3E

Text Example


Text Example

White with #030F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,15,62); }

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

background-color css

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

 a { background-color: rgb(3,15,62); }

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

border-color css

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

 span { border-color: rgb(3,15,62); }

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