Html Css Color HEX #03153D Midnight Express

📋 copy color: '#03153D'

red 3 ◦ green 21 ◦ blue 61

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

Shades of Midnight Express #03153D

Tints of Midnight Express #03153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.71%

 BLUE value IS 61 (24.22% from 255) = 71.76%

R = 3.53%
G = 24.71%
B = 71.76%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#03153D (or 0x03153D) is known color: Midnight Express. HEX triplet: 03, 15 and 3D. RGB value is (3,21,61). Sum of RGB (Red+Green+Blue) = 3+21+61=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #03153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03153D is #FCEAC2. Grayscale: #141414. Windows color (decimal): -16575171 or 4003075. OLE color: 4003075.

HSL color Cylindrical-coordinate representation of color #03153D: hue angle of 221.38º 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 #03153D is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 21 61 -
CMYK 0.95 0.66 0 0.76
HSL 221.38º 0.91% 0.13% -
HSV(B) 221.38º 0.95% 0.24% -
XYZ 1.15 0.89 4.53 -
YUV 20.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 3 21 61 0.95 0.66 0 0.76 221.38 0.91 0.13
Hex 3 15 3D 5F 42 0 4C DD 5B D
Octal 3 25 75 137 102 0 114 335 133 15
Binary 11 10101 111101 1011111 1000010 0 1001100 11011101 1011011 1101

Color Harmonies of #03153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03153D

Black with #03153D

Text Example


Text Example

White with #03153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03153D; }

 p { color: rgb(3,21,61); }

 H1.HeaderClassName
 {
   color: #03153D;
 }
 .AnyTagClassName
 {
   color: #03153D;
 }
</style>

background-color css

<style>
 a { background-color: #03153D; }

 a { background-color: rgb(3,21,61); }

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

border-color css

<style>
 span { border-color: #03153D; }

 span { border-color: rgb(3,21,61); }

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