Html Css Color HEX #0B133F Midnight Express

📋 copy color: '#0B133F'

red 11 ◦ green 19 ◦ blue 63

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

Shades of Midnight Express #0B133F

Tints of Midnight Express #0B133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 11.83%
G = 20.43%
B = 67.74%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B133F (or 0x0B133F) is known color: Midnight Express. HEX triplet: 0B, 13 and 3F. RGB value is (11,19,63). Sum of RGB (Red+Green+Blue) = 11+19+63=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B133F is #F4ECC0. Grayscale: #151515. Windows color (decimal): -16051393 or 4133643. OLE color: 4133643.

HSL color Cylindrical-coordinate representation of color #0B133F: hue angle of 230.77º 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 #0B133F is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 11 19 63 -
CMYK 0.83 0.70 0 0.75
HSL 230.77º 0.7% 0.15% -
HSV(B) 230.77º 0.83% 0.25% -
XYZ 1.27 0.9 4.81 -
YUV 21.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 11 19 63 0.83 0.70 0 0.75 230.77 0.7 0.15
Hex B 13 3F 53 46 0 4B E7 46 F
Octal 13 23 77 123 106 0 113 347 106 17
Binary 1011 10011 111111 1010011 1000110 0 1001011 11100111 1000110 1111

Color Harmonies of #0B133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B133F

Black with #0B133F

Text Example


Text Example

White with #0B133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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