Html Css Color HEX #080B53 Midnight Blue

📋 copy color: '#080B53'

red 8 ◦ green 11 ◦ blue 83

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

Shades of Midnight Blue #080B53

Tints of Midnight Blue #080B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.78%

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

R = 7.84%
G = 10.78%
B = 81.37%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#080B53 (or 0x080B53) is known color: Midnight Blue. HEX triplet: 08, 0B and 53. RGB value is (8,11,83). Sum of RGB (Red+Green+Blue) = 8+11+83=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #080B53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B53 is #F7F4AC. Grayscale: #121212. Windows color (decimal): -16250029 or 5442312. OLE color: 5442312.

HSL color Cylindrical-coordinate representation of color #080B53: hue angle of 237.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080B53 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 11 83 -
CMYK 0.90 0.87 0 0.67
HSL 237.6º 0.82% 0.18% -
HSV(B) 237.6º 0.9% 0.33% -
XYZ 1.78 0.92 8.27 -
YUV 18.31 164.51 120.65 -
System Red Green Blue C M Y K H S L
Decimal 8 11 83 0.90 0.87 0 0.67 237.6 0.82 0.18
Hex 8 B 53 5A 57 0 43 EE 52 12
Octal 10 13 123 132 127 0 103 356 122 22
Binary 1000 1011 1010011 1011010 1010111 0 1000011 11101110 1010010 10010

Color Harmonies of #080B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B53

Black with #080B53

Text Example


Text Example

White with #080B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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