Html Css Color HEX #03113C Midnight Express

📋 copy color: '#03113C'

red 3 ◦ green 17 ◦ blue 60

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

Shades of Midnight Express #03113C

Tints of Midnight Express #03113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.25%

 BLUE value IS 60 (23.83% from 255) = 75%

R = 3.75%
G = 21.25%
B = 75%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03113C (or 0x03113C) is known color: Midnight Express. HEX triplet: 03, 11 and 3C. RGB value is (3,17,60). Sum of RGB (Red+Green+Blue) = 3+17+60=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 60 (23.83% from 255 or 75% from 80); Max value from RGB is 60 - color contains mainly: blue. Hex color #03113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03113C is #FCEEC3. Grayscale: #111111. Windows color (decimal): -16576196 or 3936515. OLE color: 3936515.

HSL color Cylindrical-coordinate representation of color #03113C: hue angle of 225.26º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03113C is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 17 60 -
CMYK 0.95 0.72 0 0.76
HSL 225.26º 0.9% 0.12% -
HSV(B) 225.26º 0.95% 0.24% -
XYZ 1.05 0.75 4.36 -
YUV 17.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 3 17 60 0.95 0.72 0 0.76 225.26 0.9 0.12
Hex 3 11 3C 5F 48 0 4C E1 5A C
Octal 3 21 74 137 110 0 114 341 132 14
Binary 11 10001 111100 1011111 1001000 0 1001100 11100001 1011010 1100

Color Harmonies of #03113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03113C

Black with #03113C

Text Example


Text Example

White with #03113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03113C; }

 p { color: rgb(3,17,60); }

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

background-color css

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

 a { background-color: rgb(3,17,60); }

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

border-color css

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

 span { border-color: rgb(3,17,60); }

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