Html Css Color HEX #0B1B3F Midnight Express

📋 copy color: '#0B1B3F'

red 11 ◦ green 27 ◦ blue 63

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

Shades of Midnight Express #0B1B3F

Tints of Midnight Express #0B1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 26.73%

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

R = 10.89%
G = 26.73%
B = 62.38%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#0B1B3F (or 0x0B1B3F) is known color: Midnight Express. HEX triplet: 0B, 1B and 3F. RGB value is (11,27,63). Sum of RGB (Red+Green+Blue) = 11+27+63=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B1B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B3F is #F4E4C0. Grayscale: #1A1A1A. Windows color (decimal): -16049345 or 4135691. OLE color: 4135691.

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

Color convert

RGB 11 27 63 -
CMYK 0.83 0.57 0 0.75
HSL 221.54º 0.7% 0.15% -
HSV(B) 221.54º 0.83% 0.25% -
XYZ 1.43 1.21 4.86 -
YUV 26.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 11 27 63 0.83 0.57 0 0.75 221.54 0.7 0.15
Hex B 1B 3F 53 39 0 4B DE 46 F
Octal 13 33 77 123 71 0 113 336 106 17
Binary 1011 11011 111111 1010011 111001 0 1001011 11011110 1000110 1111

Color Harmonies of #0B1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1B3F

Black with #0B1B3F

Text Example


Text Example

White with #0B1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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