#000B35

Color #000B35 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #000B35

Tints of Midnight Express #000B35

Color information

#000B35 (or 0x000B35) is unknown color: approx Midnight Express. HEX triplet: 00, 0B and 35. RGB value is (0,11,53). Sum of RGB (Red+Green+Blue) = 0+11+53=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 53 (21.09% from 255 or 82.81% from 64); Max value from RGB is 53 - color contains mainly: blue. Hex color #000B35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B35 is #FFF4CA. Grayscale: #0C0C0C. Windows color (decimal): -16774347 or 3476224. OLE color: 3476224.

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

Color convert

RGB01153-
CMYK10.7900.79
HSL227.55º100%10.39%-
HSV(B)227.55º100%20.78%-
XYZ0.760.53.42-
YUV12.5150.86119.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 53 (21.09% from 255) = 82.81%
R=0%
G=17.19%
B=82.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0115310.7900.79227.5510010.39
Hex0B35644F04Fe464a
Octal01365144117011734414412
Binary0101111010111001001001111010011111110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B35; }

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

 H1.HeaderClassName
 {
   color: #000B35;
 }
 .AnyTagClassName
 {
   color: #000B35;
 }
</style>
background-color css

<style>
 a { background-color: #000B35; }

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

 div.DivClassName
 {
   background-color: #000B35;
 }
 .BgClassName
 {
   background-color: #000B35;
 }
</style>
border-color css

<style>
 span { border-color: #000B35; }

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

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