Html Css Color HEX #081366 Midnight Blue

📋 copy color: '#081366'

red 8 ◦ green 19 ◦ blue 102

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

Shades of Midnight Blue #081366

Tints of Midnight Blue #081366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

 BLUE value IS 102 (40.23% from 255) = 79.07%

R = 6.2%
G = 14.73%
B = 79.07%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#081366 (or 0x081366) is known color: Midnight Blue. HEX triplet: 08, 13 and 66. RGB value is (8,19,102). Sum of RGB (Red+Green+Blue) = 8+19+102=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #081366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081366 is #F7EC99. Grayscale: #181818. Windows color (decimal): -16247962 or 6689544. OLE color: 6689544.

HSL color Cylindrical-coordinate representation of color #081366: hue angle of 232.98º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081366 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 19 102 -
CMYK 0.92 0.81 0 0.6
HSL 232.98º 0.85% 0.22% -
HSV(B) 232.98º 0.92% 0.4% -
XYZ 2.73 1.48 12.71 -
YUV 25.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 8 19 102 0.92 0.81 0 0.6 232.98 0.85 0.22
Hex 8 13 66 5C 51 0 3C E9 55 16
Octal 10 23 146 134 121 0 74 351 125 26
Binary 1000 10011 1100110 1011100 1010001 0 111100 11101001 1010101 10110

Color Harmonies of #081366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081366

Black with #081366

Text Example


Text Example

White with #081366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081366; }

 p { color: rgb(8,19,102); }

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

background-color css

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

 a { background-color: rgb(8,19,102); }

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

border-color css

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

 span { border-color: rgb(8,19,102); }

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