Html Css Color HEX #090053 Midnight Blue

📋 copy color: '#090053'

red 9 ◦ green 0 ◦ blue 83

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

Shades of Midnight Blue #090053

Tints of Midnight Blue #090053

RGB

 RED value IS 9 (3.91% from 255) = 9.78%

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

 BLUE value IS 83 (32.81% from 255) = 90.22%

R = 9.78%
G = 0%
B = 90.22%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#090053 (or 0x090053) is known color: Midnight Blue. HEX triplet: 09, 00 and 53. RGB value is (9,0,83). Sum of RGB (Red+Green+Blue) = 9+0+83=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 83 (32.81% from 255 or 90.22% from 92); Max value from RGB is 83 - color contains mainly: blue. Hex color #090053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090053 is #F6FFAC. Grayscale: #0B0B0B. Windows color (decimal): -16187309 or 5439497. OLE color: 5439497.

HSL color Cylindrical-coordinate representation of color #090053: hue angle of 246.51º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090053 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 0 83 -
CMYK 0.89 1 0 0.67
HSL 246.51º 1% 0.16% -
HSV(B) 246.51º 1% 0.33% -
XYZ 1.67 0.68 8.23 -
YUV 12.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 9 0 83 0.89 1 0 0.67 246.51 1 0.16
Hex 9 0 53 59 64 0 43 F7 64 10
Octal 11 0 123 131 144 0 103 367 144 20
Binary 1001 0 1010011 1011001 1100100 0 1000011 11110111 1100100 10000

Color Harmonies of #090053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090053

Black with #090053

Text Example


Text Example

White with #090053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090053; }

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

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

background-color css

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

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

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

border-color css

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

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

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