Html Css Color HEX #030F41 Midnight Express

📋 copy color: '#030F41'

red 3 ◦ green 15 ◦ blue 65

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

Shades of Midnight Express #030F41

Tints of Midnight Express #030F41

RGB

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

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

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

R = 3.61%
G = 18.07%
B = 78.31%

CMYK

 C value IS 0.95

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#030F41 (or 0x030F41) is known color: Midnight Express. HEX triplet: 03, 0F and 41. RGB value is (3,15,65). Sum of RGB (Red+Green+Blue) = 3+15+65=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 65 (25.78% from 255 or 78.31% from 83); Max value from RGB is 65 - color contains mainly: blue. Hex color #030F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F41 is #FCF0BE. Grayscale: #101010. Windows color (decimal): -16576703 or 4263683. OLE color: 4263683.

HSL color Cylindrical-coordinate representation of color #030F41: hue angle of 228.39º 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 #030F41 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 15 65 -
CMYK 0.95 0.77 0 0.75
HSL 228.39º 0.91% 0.13% -
HSV(B) 228.39º 0.95% 0.25% -
XYZ 1.16 0.74 5.08 -
YUV 17.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 3 15 65 0.95 0.77 0 0.75 228.39 0.91 0.13
Hex 3 F 41 5F 4D 0 4B E4 5B D
Octal 3 17 101 137 115 0 113 344 133 15
Binary 11 1111 1000001 1011111 1001101 0 1001011 11100100 1011011 1101

Color Harmonies of #030F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F41

Black with #030F41

Text Example


Text Example

White with #030F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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