Html Css Color HEX #0B143F Midnight Express

📋 copy color: '#0B143F'

red 11 ◦ green 20 ◦ blue 63

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

Shades of Midnight Express #0B143F

Tints of Midnight Express #0B143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

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

R = 11.7%
G = 21.28%
B = 67.02%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B143F (or 0x0B143F) is known color: Midnight Express. HEX triplet: 0B, 14 and 3F. RGB value is (11,20,63). Sum of RGB (Red+Green+Blue) = 11+20+63=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B143F is #F4EBC0. Grayscale: #161616. Windows color (decimal): -16051137 or 4133899. OLE color: 4133899.

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

Color convert

RGB 11 20 63 -
CMYK 0.83 0.68 0 0.75
HSL 229.62º 0.7% 0.15% -
HSV(B) 229.62º 0.83% 0.25% -
XYZ 1.29 0.93 4.81 -
YUV 22.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 11 20 63 0.83 0.68 0 0.75 229.62 0.7 0.15
Hex B 14 3F 53 44 0 4B E6 46 F
Octal 13 24 77 123 104 0 113 346 106 17
Binary 1011 10100 111111 1010011 1000100 0 1001011 11100110 1000110 1111

Color Harmonies of #0B143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B143F

Black with #0B143F

Text Example


Text Example

White with #0B143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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