Html Css Color HEX #0B1A39 Midnight Express

📋 copy color: '#0B1A39'

red 11 ◦ green 26 ◦ blue 57

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

Shades of Midnight Express #0B1A39

Tints of Midnight Express #0B1A39

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

 BLUE value IS 57 (22.66% from 255) = 60.64%

R = 11.7%
G = 27.66%
B = 60.64%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B1A39 (or 0x0B1A39) is known color: Midnight Express. HEX triplet: 0B, 1A and 39. RGB value is (11,26,57). Sum of RGB (Red+Green+Blue) = 11+26+57=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B1A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1A39 is #F4E5C6. Grayscale: #181818. Windows color (decimal): -16049607 or 3742219. OLE color: 3742219.

HSL color Cylindrical-coordinate representation of color #0B1A39: hue angle of 220.43º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B1A39 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 26 57 -
CMYK 0.81 0.54 0 0.78
HSL 220.43º 0.68% 0.13% -
HSV(B) 220.43º 0.81% 0.22% -
XYZ 1.25 1.11 4.02 -
YUV 25.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 11 26 57 0.81 0.54 0 0.78 220.43 0.68 0.13
Hex B 1A 39 51 36 0 4E DC 44 D
Octal 13 32 71 121 66 0 116 334 104 15
Binary 1011 11010 111001 1010001 110110 0 1001110 11011100 1000100 1101

Color Harmonies of #0B1A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1A39

Black with #0B1A39

Text Example


Text Example

White with #0B1A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,26,57); }

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

background-color css

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

 a { background-color: rgb(11,26,57); }

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

border-color css

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

 span { border-color: rgb(11,26,57); }

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