Html Css Color HEX #081268 Midnight Blue

📋 copy color: '#081268'

red 8 ◦ green 18 ◦ blue 104

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

Shades of Midnight Blue #081268

Tints of Midnight Blue #081268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.85%

 BLUE value IS 104 (41.02% from 255) = 80%

R = 6.15%
G = 13.85%
B = 80%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081268 (or 0x081268) is known color: Midnight Blue. HEX triplet: 08, 12 and 68. RGB value is (8,18,104). Sum of RGB (Red+Green+Blue) = 8+18+104=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 104 (41.02% from 255 or 80% from 130); Max value from RGB is 104 - color contains mainly: blue. Hex color #081268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081268 is #F7ED97. Grayscale: #181818. Windows color (decimal): -16248216 or 6820360. OLE color: 6820360.

HSL color Cylindrical-coordinate representation of color #081268: hue angle of 233.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081268 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 18 104 -
CMYK 0.92 0.83 0 0.59
HSL 233.75º 0.86% 0.22% -
HSV(B) 233.75º 0.92% 0.41% -
XYZ 2.82 1.48 13.23 -
YUV 24.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 8 18 104 0.92 0.83 0 0.59 233.75 0.86 0.22
Hex 8 12 68 5C 53 0 3B EA 56 16
Octal 10 22 150 134 123 0 73 352 126 26
Binary 1000 10010 1101000 1011100 1010011 0 111011 11101010 1010110 10110

Color Harmonies of #081268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081268

Black with #081268

Text Example


Text Example

White with #081268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081268; }

 p { color: rgb(8,18,104); }

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

background-color css

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

 a { background-color: rgb(8,18,104); }

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

border-color css

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

 span { border-color: rgb(8,18,104); }

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