Html Css Color HEX #080B5C Midnight Blue

📋 copy color: '#080B5C'

red 8 ◦ green 11 ◦ blue 92

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

Shades of Midnight Blue #080B5C

Tints of Midnight Blue #080B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 82.88%

R = 7.21%
G = 9.91%
B = 82.88%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#080B5C (or 0x080B5C) is known color: Midnight Blue. HEX triplet: 08, 0B and 5C. RGB value is (8,11,92). Sum of RGB (Red+Green+Blue) = 8+11+92=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 92 (36.33% from 255 or 82.88% from 111); Max value from RGB is 92 - color contains mainly: blue. Hex color #080B5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080B5C is #F7F4A3. Grayscale: #131313. Windows color (decimal): -16250020 or 6032136. OLE color: 6032136.

HSL color Cylindrical-coordinate representation of color #080B5C: hue angle of 237.86º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080B5C is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 11 92 -
CMYK 0.91 0.88 0 0.64
HSL 237.86º 0.84% 0.2% -
HSV(B) 237.86º 0.91% 0.36% -
XYZ 2.15 1.06 10.22 -
YUV 19.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 8 11 92 0.91 0.88 0 0.64 237.86 0.84 0.2
Hex 8 B 5C 5B 58 0 40 EE 54 14
Octal 10 13 134 133 130 0 100 356 124 24
Binary 1000 1011 1011100 1011011 1011000 0 1000000 11101110 1010100 10100

Color Harmonies of #080B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080B5C

Black with #080B5C

Text Example


Text Example

White with #080B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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