Html Css Color HEX #08197C Midnight Blue

📋 copy color: '#08197C'

red 8 ◦ green 25 ◦ blue 124

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

Shades of Midnight Blue #08197C

Tints of Midnight Blue #08197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

 BLUE value IS 124 (48.83% from 255) = 78.98%

R = 5.1%
G = 15.92%
B = 78.98%

CMYK

 C value IS 0.94

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08197C (or 0x08197C) is known color: Midnight Blue. HEX triplet: 08, 19 and 7C. RGB value is (8,25,124). Sum of RGB (Red+Green+Blue) = 8+25+124=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #08197C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08197C is #F7E683. Grayscale: #1E1E1E. Windows color (decimal): -16246404 or 8132872. OLE color: 8132872.

HSL color Cylindrical-coordinate representation of color #08197C: hue angle of 231.21º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08197C is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 25 124 -
CMYK 0.94 0.80 0 0.51
HSL 231.21º 0.88% 0.26% -
HSV(B) 231.21º 0.94% 0.49% -
XYZ 4.09 2.2 19.28 -
YUV 31.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 8 25 124 0.94 0.80 0 0.51 231.21 0.88 0.26
Hex 8 19 7C 5E 50 0 33 E7 58 1A
Octal 10 31 174 136 120 0 63 347 130 32
Binary 1000 11001 1111100 1011110 1010000 0 110011 11100111 1011000 11010

Color Harmonies of #08197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08197C

Black with #08197C

Text Example


Text Example

White with #08197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08197C; }

 p { color: rgb(8,25,124); }

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

background-color css

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

 a { background-color: rgb(8,25,124); }

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

border-color css

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

 span { border-color: rgb(8,25,124); }

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