Html Css Color HEX #080153 Midnight Blue

📋 copy color: '#080153'

red 8 ◦ green 1 ◦ blue 83

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

Shades of Midnight Blue #080153

Tints of Midnight Blue #080153

RGB

 RED value IS 8 (3.52% from 255) = 8.7%

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 8.7%
G = 1.09%
B = 90.22%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080153 (or 0x080153) is known color: Midnight Blue. HEX triplet: 08, 01 and 53. RGB value is (8,1,83). Sum of RGB (Red+Green+Blue) = 8+1+83=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 1 (0.78% from 255 or 1.09% 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 #080153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080153 is #F7FEAC. Grayscale: #0C0C0C. Windows color (decimal): -16252589 or 5439752. OLE color: 5439752.

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

Color convert

RGB 8 1 83 -
CMYK 0.90 0.99 0 0.67
HSL 245.12º 0.98% 0.16% -
HSV(B) 245.12º 0.99% 0.33% -
XYZ 1.67 0.7 8.23 -
YUV 12.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 8 1 83 0.90 0.99 0 0.67 245.12 0.98 0.16
Hex 8 1 53 5A 63 0 43 F5 62 10
Octal 10 1 123 132 143 0 103 365 142 20
Binary 1000 1 1010011 1011010 1100011 0 1000011 11110101 1100010 10000

Color Harmonies of #080153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080153

Black with #080153

Text Example


Text Example

White with #080153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080153; }

 p { color: rgb(8,1,83); }

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

background-color css

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

 a { background-color: rgb(8,1,83); }

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

border-color css

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

 span { border-color: rgb(8,1,83); }

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