Html Css Color HEX #0B093D Midnight Express

📋 copy color: '#0B093D'

red 11 ◦ green 9 ◦ blue 61

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

Shades of Midnight Express #0B093D

Tints of Midnight Express #0B093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.11%

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

R = 13.58%
G = 11.11%
B = 75.31%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B093D (or 0x0B093D) is known color: Midnight Express. HEX triplet: 0B, 09 and 3D. RGB value is (11,9,61). Sum of RGB (Red+Green+Blue) = 11+9+61=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 61 (24.22% from 255 or 75.31% from 81); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B093D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B093D is #F4F6C2. Grayscale: #0F0F0F. Windows color (decimal): -16053955 or 4000011. OLE color: 4000011.

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

Color convert

RGB 11 9 61 -
CMYK 0.82 0.85 0 0.76
HSL 242.31º 0.74% 0.14% -
HSV(B) 242.31º 0.85% 0.24% -
XYZ 1.08 0.6 4.47 -
YUV 15.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 11 9 61 0.82 0.85 0 0.76 242.31 0.74 0.14
Hex B 9 3D 52 55 0 4C F2 4A E
Octal 13 11 75 122 125 0 114 362 112 16
Binary 1011 1001 111101 1010010 1010101 0 1001100 11110010 1001010 1110

Color Harmonies of #0B093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B093D

Black with #0B093D

Text Example


Text Example

White with #0B093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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