Html Css Color HEX #0B043E Midnight Express

📋 copy color: '#0B043E'

red 11 ◦ green 4 ◦ blue 62

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

Shades of Midnight Express #0B043E

Tints of Midnight Express #0B043E

RGB

 RED value IS 11 (4.69% from 255) = 14.29%

 GREEN value IS 4 (1.95% from 255) = 5.19%

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

R = 14.29%
G = 5.19%
B = 80.52%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B043E (or 0x0B043E) is known color: Midnight Express. HEX triplet: 0B, 04 and 3E. RGB value is (11,4,62). Sum of RGB (Red+Green+Blue) = 11+4+62=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 62 (24.61% from 255 or 80.52% from 77); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B043E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B043E is #F4FBC1. Grayscale: #0C0C0C. Windows color (decimal): -16055234 or 4064267. OLE color: 4064267.

HSL color Cylindrical-coordinate representation of color #0B043E: hue angle of 247.24º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B043E is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 11 4 62 -
CMYK 0.82 0.94 0 0.76
HSL 247.24º 0.88% 0.13% -
HSV(B) 247.24º 0.94% 0.24% -
XYZ 1.05 0.51 4.6 -
YUV 12.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 11 4 62 0.82 0.94 0 0.76 247.24 0.88 0.13
Hex B 4 3E 52 5E 0 4C F7 58 D
Octal 13 4 76 122 136 0 114 367 130 15
Binary 1011 100 111110 1010010 1011110 0 1001100 11110111 1011000 1101

Color Harmonies of #0B043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B043E

Black with #0B043E

Text Example


Text Example

White with #0B043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B043E; }

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

 H1.HeaderClassName
 {
   color: #0B043E;
 }
 .AnyTagClassName
 {
   color: #0B043E;
 }
</style>

background-color css

<style>
 a { background-color: #0B043E; }

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

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

border-color css

<style>
 span { border-color: #0B043E; }

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

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