Html Css Color HEX #030B3D Midnight Express

📋 copy color: '#030B3D'

red 3 ◦ green 11 ◦ blue 61

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

Shades of Midnight Express #030B3D

Tints of Midnight Express #030B3D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.67%

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

R = 4%
G = 14.67%
B = 81.33%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#030B3D (or 0x030B3D) is known color: Midnight Express. HEX triplet: 03, 0B and 3D. RGB value is (3,11,61). Sum of RGB (Red+Green+Blue) = 3+11+61=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #030B3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B3D is #FCF4C2. Grayscale: #0E0E0E. Windows color (decimal): -16577731 or 4000515. OLE color: 4000515.

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

Color convert

RGB 3 11 61 -
CMYK 0.95 0.82 0 0.76
HSL 231.72º 0.91% 0.13% -
HSV(B) 231.72º 0.95% 0.24% -
XYZ 1 0.6 4.48 -
YUV 14.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 3 11 61 0.95 0.82 0 0.76 231.72 0.91 0.13
Hex 3 B 3D 5F 52 0 4C E8 5B D
Octal 3 13 75 137 122 0 114 350 133 15
Binary 11 1011 111101 1011111 1010010 0 1001100 11101000 1011011 1101

Color Harmonies of #030B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B3D

Black with #030B3D

Text Example


Text Example

White with #030B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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