Html Css Color HEX #0B1730 Midnight Express

📋 copy color: '#0B1730'

red 11 ◦ green 23 ◦ blue 48

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

Shades of Midnight Express #0B1730

Tints of Midnight Express #0B1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.05%

 BLUE value IS 48 (19.14% from 255) = 58.54%

R = 13.41%
G = 28.05%
B = 58.54%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0B1730 (or 0x0B1730) is known color: Midnight Express. HEX triplet: 0B, 17 and 30. RGB value is (11,23,48). Sum of RGB (Red+Green+Blue) = 11+23+48=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1730 is #F4E8CF. Grayscale: #161616. Windows color (decimal): -16050384 or 3151627. OLE color: 3151627.

HSL color Cylindrical-coordinate representation of color #0B1730: hue angle of 220.54º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B1730 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 23 48 -
CMYK 0.77 0.52 0 0.81
HSL 220.54º 0.63% 0.12% -
HSV(B) 220.54º 0.77% 0.19% -
XYZ 0.98 0.9 2.92 -
YUV 22.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 11 23 48 0.77 0.52 0 0.81 220.54 0.63 0.12
Hex B 17 30 4D 34 0 51 DD 3F C
Octal 13 27 60 115 64 0 121 335 77 14
Binary 1011 10111 110000 1001101 110100 0 1010001 11011101 111111 1100

Color Harmonies of #0B1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1730

Black with #0B1730

Text Example


Text Example

White with #0B1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,23,48); }

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

background-color css

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

 a { background-color: rgb(11,23,48); }

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

border-color css

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

 span { border-color: rgb(11,23,48); }

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