Html Css Color HEX #030F38 Midnight Express

📋 copy color: '#030F38'

red 3 ◦ green 15 ◦ blue 56

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

Shades of Midnight Express #030F38

Tints of Midnight Express #030F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 75.68%

R = 4.05%
G = 20.27%
B = 75.68%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#030F38 (or 0x030F38) is known color: Midnight Express. HEX triplet: 03, 0F and 38. RGB value is (3,15,56). Sum of RGB (Red+Green+Blue) = 3+15+56=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 56 (22.27% from 255 or 75.68% from 74); Max value from RGB is 56 - color contains mainly: blue. Hex color #030F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F38 is #FCF0C7. Grayscale: #0F0F0F. Windows color (decimal): -16576712 or 3673859. OLE color: 3673859.

HSL color Cylindrical-coordinate representation of color #030F38: hue angle of 226.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030F38 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 15 56 -
CMYK 0.95 0.73 0 0.78
HSL 226.42º 0.9% 0.12% -
HSV(B) 226.42º 0.95% 0.22% -
XYZ 0.92 0.65 3.82 -
YUV 16.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 3 15 56 0.95 0.73 0 0.78 226.42 0.9 0.12
Hex 3 F 38 5F 49 0 4E E2 5A C
Octal 3 17 70 137 111 0 116 342 132 14
Binary 11 1111 111000 1011111 1001001 0 1001110 11100010 1011010 1100

Color Harmonies of #030F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F38

Black with #030F38

Text Example


Text Example

White with #030F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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