Html Css Color HEX #000935 Midnight Express

📋 copy color: '#000935'

red 0 ◦ green 9 ◦ blue 53

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

Shades of Midnight Express #000935

Tints of Midnight Express #000935

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 9 (3.91% from 255) = 14.52%

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

R = 0%
G = 14.52%
B = 85.48%

CMYK

 C value IS 1

 M value IS 0.83

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#000935 (or 0x000935) is known color: Midnight Express. HEX triplet: 00, 09 and 35. RGB value is (0,9,53). Sum of RGB (Red+Green+Blue) = 0+9+53=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 53 (21.09% from 255 or 85.48% from 62); Max value from RGB is 53 - color contains mainly: blue. Hex color #000935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000935 is #FFF6CA. Grayscale: #0B0B0B. Windows color (decimal): -16774859 or 3475712. OLE color: 3475712.

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

Color convert

RGB 0 9 53 -
CMYK 1 0.83 0 0.79
HSL 229.81º 1% 0.1% -
HSV(B) 229.81º 1% 0.21% -
XYZ 0.74 0.45 3.42 -
YUV 11.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 0 9 53 1 0.83 0 0.79 229.81 1 0.1
Hex 0 9 35 64 53 0 4F E6 64 A
Octal 0 11 65 144 123 0 117 346 144 12
Binary 0 1001 110101 1100100 1010011 0 1001111 11100110 1100100 1010

Color Harmonies of #000935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000935

Black with #000935

Text Example


Text Example

White with #000935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000935; }

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

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

background-color css

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

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

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

border-color css

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

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

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