Html Css Color HEX #08136A Midnight Blue

📋 copy color: '#08136A'

red 8 ◦ green 19 ◦ blue 106

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

Shades of Midnight Blue #08136A

Tints of Midnight Blue #08136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 79.7%

R = 6.02%
G = 14.29%
B = 79.7%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08136A (or 0x08136A) is known color: Midnight Blue. HEX triplet: 08, 13 and 6A. RGB value is (8,19,106). Sum of RGB (Red+Green+Blue) = 8+19+106=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #08136A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08136A is #F7EC95. Grayscale: #191919. Windows color (decimal): -16247958 or 6951688. OLE color: 6951688.

HSL color Cylindrical-coordinate representation of color #08136A: hue angle of 233.27º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08136A is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 19 106 -
CMYK 0.92 0.82 0 0.58
HSL 233.27º 0.86% 0.22% -
HSV(B) 233.27º 0.92% 0.42% -
XYZ 2.93 1.56 13.78 -
YUV 25.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 8 19 106 0.92 0.82 0 0.58 233.27 0.86 0.22
Hex 8 13 6A 5C 52 0 3A E9 56 16
Octal 10 23 152 134 122 0 72 351 126 26
Binary 1000 10011 1101010 1011100 1010010 0 111010 11101001 1010110 10110

Color Harmonies of #08136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08136A

Black with #08136A

Text Example


Text Example

White with #08136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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