Html Css Color HEX #0B193F Midnight Express

📋 copy color: '#0B193F'

red 11 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #0B193F

Tints of Midnight Express #0B193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 11.11%
G = 25.25%
B = 63.64%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B193F (or 0x0B193F) is known color: Midnight Express. HEX triplet: 0B, 19 and 3F. RGB value is (11,25,63). Sum of RGB (Red+Green+Blue) = 11+25+63=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B193F is #F4E6C0. Grayscale: #181818. Windows color (decimal): -16049857 or 4135179. OLE color: 4135179.

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

Color convert

RGB 11 25 63 -
CMYK 0.83 0.60 0 0.75
HSL 223.85º 0.7% 0.15% -
HSV(B) 223.85º 0.83% 0.25% -
XYZ 1.38 1.13 4.85 -
YUV 25.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 11 25 63 0.83 0.60 0 0.75 223.85 0.7 0.15
Hex B 19 3F 53 3C 0 4B E0 46 F
Octal 13 31 77 123 74 0 113 340 106 17
Binary 1011 11001 111111 1010011 111100 0 1001011 11100000 1000110 1111

Color Harmonies of #0B193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B193F

Black with #0B193F

Text Example


Text Example

White with #0B193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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