#000635

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

Shades of Midnight Express #000635

Tints of Midnight Express #000635

Color information

#000635 (or 0x000635) is unknown color: approx Midnight Express. HEX triplet: 00, 06 and 35. RGB value is (0,6,53). Sum of RGB (Red+Green+Blue) = 0+6+53=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 53 (21.09% from 255 or 89.83% from 59); Max value from RGB is 53 - color contains mainly: blue. Hex color #000635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000635 is #FFF9CA. Grayscale: #090909. Windows color (decimal): -16775627 or 3474944. OLE color: 3474944.

HSL color Cylindrical-coordinate representation of color #000635: hue angle of 233.21º 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 #000635 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB0653-
CMYK10.8900.79
HSL233.21º100%10.39%-
HSV(B)233.21º100%20.78%-
XYZ0.710.393.41-
YUV9.56152.51121.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 6 (2.73% from 255) = 10.17%
BLUE value IS 53 (21.09% from 255) = 89.83%
R=0%
G=10.17%
B=89.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal065310.8900.79233.2110010.39
Hex0635645904Fe964a
Octal0665144131011735114412
Binary011011010111001001011001010011111110100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000635; }

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

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

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

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

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

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

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

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