Html Css Color HEX #0B124B Midnight Express

📋 copy color: '#0B124B'

red 11 ◦ green 18 ◦ blue 75

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

Shades of Midnight Express #0B124B

Tints of Midnight Express #0B124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.31%

 BLUE value IS 75 (29.69% from 255) = 72.12%

R = 10.58%
G = 17.31%
B = 72.12%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B124B (or 0x0B124B) is known color: Midnight Express. HEX triplet: 0B, 12 and 4B. RGB value is (11,18,75). Sum of RGB (Red+Green+Blue) = 11+18+75=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B124B is #F4EDB4. Grayscale: #161616. Windows color (decimal): -16051637 or 4919819. OLE color: 4919819.

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

Color convert

RGB 11 18 75 -
CMYK 0.85 0.76 0 0.71
HSL 233.44º 0.74% 0.17% -
HSV(B) 233.44º 0.85% 0.29% -
XYZ 1.62 1.01 6.77 -
YUV 22.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 11 18 75 0.85 0.76 0 0.71 233.44 0.74 0.17
Hex B 12 4B 55 4C 0 47 E9 4A 11
Octal 13 22 113 125 114 0 107 351 112 21
Binary 1011 10010 1001011 1010101 1001100 0 1000111 11101001 1001010 10001

Color Harmonies of #0B124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B124B

Black with #0B124B

Text Example


Text Example

White with #0B124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,18,75); }

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

background-color css

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

 a { background-color: rgb(11,18,75); }

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

border-color css

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

 span { border-color: rgb(11,18,75); }

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