Html Css Color HEX #0B153F Midnight Express

📋 copy color: '#0B153F'

red 11 ◦ green 21 ◦ blue 63

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

Shades of Midnight Express #0B153F

Tints of Midnight Express #0B153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

 BLUE value IS 63 (25% from 255) = 66.32%

R = 11.58%
G = 22.11%
B = 66.32%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B153F (or 0x0B153F) is known color: Midnight Express. HEX triplet: 0B, 15 and 3F. RGB value is (11,21,63). Sum of RGB (Red+Green+Blue) = 11+21+63=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 63 (25% from 255 or 66.32% from 95); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B153F is #F4EAC0. Grayscale: #161616. Windows color (decimal): -16050881 or 4134155. OLE color: 4134155.

HSL color Cylindrical-coordinate representation of color #0B153F: hue angle of 228.46º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B153F is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 21 63 -
CMYK 0.83 0.67 0 0.75
HSL 228.46º 0.7% 0.15% -
HSV(B) 228.46º 0.83% 0.25% -
XYZ 1.3 0.97 4.82 -
YUV 22.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 11 21 63 0.83 0.67 0 0.75 228.46 0.7 0.15
Hex B 15 3F 53 43 0 4B E4 46 F
Octal 13 25 77 123 103 0 113 344 106 17
Binary 1011 10101 111111 1010011 1000011 0 1001011 11100100 1000110 1111

Color Harmonies of #0B153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B153F

Black with #0B153F

Text Example


Text Example

White with #0B153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,63); }

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

background-color css

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

 a { background-color: rgb(11,21,63); }

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

border-color css

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

 span { border-color: rgb(11,21,63); }

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