Html Css Color HEX #0B1B4A Midnight Express

📋 copy color: '#0B1B4A'

red 11 ◦ green 27 ◦ blue 74

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

Shades of Midnight Express #0B1B4A

Tints of Midnight Express #0B1B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 66.07%

R = 9.82%
G = 24.11%
B = 66.07%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0B1B4A (or 0x0B1B4A) is known color: Midnight Express. HEX triplet: 0B, 1B and 4A. RGB value is (11,27,74). Sum of RGB (Red+Green+Blue) = 11+27+74=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 74 (29.30% from 255 or 66.07% from 112); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B1B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1B4A is #F4E4B5. Grayscale: #1B1B1B. Windows color (decimal): -16049334 or 4856587. OLE color: 4856587.

HSL color Cylindrical-coordinate representation of color #0B1B4A: hue angle of 224.76º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B1B4A is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 11 27 74 -
CMYK 0.85 0.64 0 0.71
HSL 224.76º 0.74% 0.17% -
HSV(B) 224.76º 0.85% 0.29% -
XYZ 1.77 1.35 6.65 -
YUV 27.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 11 27 74 0.85 0.64 0 0.71 224.76 0.74 0.17
Hex B 1B 4A 55 40 0 47 E1 4A 11
Octal 13 33 112 125 100 0 107 341 112 21
Binary 1011 11011 1001010 1010101 1000000 0 1000111 11100001 1001010 10001

Color Harmonies of #0B1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1B4A

Black with #0B1B4A

Text Example


Text Example

White with #0B1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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