Html Css Color HEX #0B183E Midnight Express

📋 copy color: '#0B183E'

red 11 ◦ green 24 ◦ blue 62

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

Shades of Midnight Express #0B183E

Tints of Midnight Express #0B183E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 11.34%
G = 24.74%
B = 63.92%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0B183E (or 0x0B183E) is known color: Midnight Express. HEX triplet: 0B, 18 and 3E. RGB value is (11,24,62). Sum of RGB (Red+Green+Blue) = 11+24+62=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B183E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B183E is #F4E7C1. Grayscale: #181818. Windows color (decimal): -16050114 or 4069387. OLE color: 4069387.

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

Color convert

RGB 11 24 62 -
CMYK 0.82 0.61 0 0.76
HSL 224.71º 0.7% 0.14% -
HSV(B) 224.71º 0.82% 0.24% -
XYZ 1.33 1.07 4.69 -
YUV 24.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 11 24 62 0.82 0.61 0 0.76 224.71 0.7 0.14
Hex B 18 3E 52 3D 0 4C E1 46 E
Octal 13 30 76 122 75 0 114 341 106 16
Binary 1011 11000 111110 1010010 111101 0 1001100 11100001 1000110 1110

Color Harmonies of #0B183E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B183E

Black with #0B183E

Text Example


Text Example

White with #0B183E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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