Html Css Color HEX #0B1335 Midnight Express

📋 copy color: '#0B1335'

red 11 ◦ green 19 ◦ blue 53

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

Shades of Midnight Express #0B1335

Tints of Midnight Express #0B1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.89%

 BLUE value IS 53 (21.09% from 255) = 63.86%

R = 13.25%
G = 22.89%
B = 63.86%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0B1335 (or 0x0B1335) is known color: Midnight Express. HEX triplet: 0B, 13 and 35. RGB value is (11,19,53). Sum of RGB (Red+Green+Blue) = 11+19+53=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B1335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1335 is #F4ECCA. Grayscale: #141414. Windows color (decimal): -16051403 or 3478283. OLE color: 3478283.

HSL color Cylindrical-coordinate representation of color #0B1335: hue angle of 228.57º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1335 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 11 19 53 -
CMYK 0.79 0.64 0 0.79
HSL 228.57º 0.66% 0.13% -
HSV(B) 228.57º 0.79% 0.21% -
XYZ 1.01 0.79 3.47 -
YUV 20.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 11 19 53 0.79 0.64 0 0.79 228.57 0.66 0.13
Hex B 13 35 4F 40 0 4F E5 42 D
Octal 13 23 65 117 100 0 117 345 102 15
Binary 1011 10011 110101 1001111 1000000 0 1001111 11100101 1000010 1101

Color Harmonies of #0B1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1335

Black with #0B1335

Text Example


Text Example

White with #0B1335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,19,53); }

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

background-color css

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

 a { background-color: rgb(11,19,53); }

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

border-color css

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

 span { border-color: rgb(11,19,53); }

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