Html Css Color HEX #0C084C Midnight Blue

📋 copy color: '#0C084C'

red 12 ◦ green 8 ◦ blue 76

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

Shades of Midnight Blue #0C084C

Tints of Midnight Blue #0C084C

RGB

 RED value IS 12 (5.08% from 255) = 12.5%

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 76 (30.08% from 255) = 79.17%

R = 12.5%
G = 8.33%
B = 79.17%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C084C (or 0x0C084C) is known color: Midnight Blue. HEX triplet: 0C, 08 and 4C. RGB value is (12,8,76). Sum of RGB (Red+Green+Blue) = 12+8+76=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C084C is #F3F7B3. Grayscale: #101010. Windows color (decimal): -15988660 or 4982796. OLE color: 4982796.

HSL color Cylindrical-coordinate representation of color #0C084C: hue angle of 243.53º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C084C is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 12 8 76 -
CMYK 0.84 0.89 0 0.70
HSL 243.53º 0.81% 0.16% -
HSV(B) 243.53º 0.89% 0.3% -
XYZ 1.54 0.77 6.91 -
YUV 16.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 12 8 76 0.84 0.89 0 0.70 243.53 0.81 0.16
Hex C 8 4C 54 59 0 46 F4 51 10
Octal 14 10 114 124 131 0 106 364 121 20
Binary 1100 1000 1001100 1010100 1011001 0 1000110 11110100 1010001 10000

Color Harmonies of #0C084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C084C

Black with #0C084C

Text Example


Text Example

White with #0C084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C084C; }

 p { color: rgb(12,8,76); }

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

background-color css

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

 a { background-color: rgb(12,8,76); }

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

border-color css

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

 span { border-color: rgb(12,8,76); }

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