Html Css Color HEX #030B3E Midnight Express

📋 copy color: '#030B3E'

red 3 ◦ green 11 ◦ blue 62

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

Shades of Midnight Express #030B3E

Tints of Midnight Express #030B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 81.58%

R = 3.95%
G = 14.47%
B = 81.58%

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

#030B3E (or 0x030B3E) is known color: Midnight Express. HEX triplet: 03, 0B and 3E. RGB value is (3,11,62). Sum of RGB (Red+Green+Blue) = 3+11+62=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #030B3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B3E is #FCF4C1. Grayscale: #0E0E0E. Windows color (decimal): -16577730 or 4066051. OLE color: 4066051.

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

Color convert

RGB 3 11 62 -
CMYK 0.95 0.82 0 0.76
HSL 231.86º 0.91% 0.13% -
HSV(B) 231.86º 0.95% 0.24% -
XYZ 1.03 0.61 4.62 -
YUV 14.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 3 11 62 0.95 0.82 0 0.76 231.86 0.91 0.13
Hex 3 B 3E 5F 52 0 4C E8 5B D
Octal 3 13 76 137 122 0 114 350 133 15
Binary 11 1011 111110 1011111 1010010 0 1001100 11101000 1011011 1101

Color Harmonies of #030B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B3E

Black with #030B3E

Text Example


Text Example

White with #030B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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