Html Css Color HEX #0B1537 Midnight Express

📋 copy color: '#0B1537'

red 11 ◦ green 21 ◦ blue 55

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

Shades of Midnight Express #0B1537

Tints of Midnight Express #0B1537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.14%

 BLUE value IS 55 (21.88% from 255) = 63.22%

R = 12.64%
G = 24.14%
B = 63.22%

CMYK

 C value IS 0.8

 M value IS 0.62

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B1537 (or 0x0B1537) is known color: Midnight Express. HEX triplet: 0B, 15 and 37. RGB value is (11,21,55). Sum of RGB (Red+Green+Blue) = 11+21+55=87 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.64% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B1537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1537 is #F4EAC8. Grayscale: #151515. Windows color (decimal): -16050889 or 3609867. OLE color: 3609867.

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

Color convert

RGB 11 21 55 -
CMYK 0.8 0.62 0 0.78
HSL 226.36º 0.67% 0.13% -
HSV(B) 226.36º 0.8% 0.22% -
XYZ 1.1 0.88 3.73 -
YUV 21.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 11 21 55 0.8 0.62 0 0.78 226.36 0.67 0.13
Hex B 15 37 50 3E 0 4E E2 43 D
Octal 13 25 67 120 76 0 116 342 103 15
Binary 1011 10101 110111 1010000 111110 0 1001110 11100010 1000011 1101

Color Harmonies of #0B1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1537

Black with #0B1537

Text Example


Text Example

White with #0B1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,21,55); }

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

background-color css

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

 a { background-color: rgb(11,21,55); }

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

border-color css

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

 span { border-color: rgb(11,21,55); }

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