Html Css Color HEX #080353 Midnight Blue

📋 copy color: '#080353'

red 8 ◦ green 3 ◦ blue 83

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

Shades of Midnight Blue #080353

Tints of Midnight Blue #080353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 8.51%
G = 3.19%
B = 88.3%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080353 (or 0x080353) is known color: Midnight Blue. HEX triplet: 08, 03 and 53. RGB value is (8,3,83). Sum of RGB (Red+Green+Blue) = 8+3+83=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 83 (32.81% from 255 or 88.30% from 94); Max value from RGB is 83 - color contains mainly: blue. Hex color #080353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080353 is #F7FCAC. Grayscale: #0D0D0D. Windows color (decimal): -16252077 or 5440264. OLE color: 5440264.

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

Color convert

RGB 8 3 83 -
CMYK 0.90 0.96 0 0.67
HSL 243.75º 0.93% 0.17% -
HSV(B) 243.75º 0.96% 0.33% -
XYZ 1.69 0.74 8.24 -
YUV 13.62 167.16 124 -
System Red Green Blue C M Y K H S L
Decimal 8 3 83 0.90 0.96 0 0.67 243.75 0.93 0.17
Hex 8 3 53 5A 60 0 43 F4 5D 11
Octal 10 3 123 132 140 0 103 364 135 21
Binary 1000 11 1010011 1011010 1100000 0 1000011 11110100 1011101 10001

Color Harmonies of #080353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080353

Black with #080353

Text Example


Text Example

White with #080353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080353; }

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

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

background-color css

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

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

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

border-color css

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

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

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