Html Css Color HEX #0C094D Midnight Blue

📋 copy color: '#0C094D'

red 12 ◦ green 9 ◦ blue 77

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

Shades of Midnight Blue #0C094D

Tints of Midnight Blue #0C094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

 BLUE value IS 77 (30.47% from 255) = 78.57%

R = 12.24%
G = 9.18%
B = 78.57%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C094D (or 0x0C094D) is known color: Midnight Blue. HEX triplet: 0C, 09 and 4D. RGB value is (12,9,77). Sum of RGB (Red+Green+Blue) = 12+9+77=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C094D is #F3F6B2. Grayscale: #111111. Windows color (decimal): -15988403 or 5048588. OLE color: 5048588.

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

Color convert

RGB 12 9 77 -
CMYK 0.84 0.88 0 0.70
HSL 242.65º 0.79% 0.17% -
HSV(B) 242.65º 0.88% 0.3% -
XYZ 1.59 0.81 7.09 -
YUV 17.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 12 9 77 0.84 0.88 0 0.70 242.65 0.79 0.17
Hex C 9 4D 54 58 0 46 F3 4F 11
Octal 14 11 115 124 130 0 106 363 117 21
Binary 1100 1001 1001101 1010100 1011000 0 1000110 11110011 1001111 10001

Color Harmonies of #0C094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C094D

Black with #0C094D

Text Example


Text Example

White with #0C094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,77); }

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

background-color css

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

 a { background-color: rgb(12,9,77); }

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

border-color css

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

 span { border-color: rgb(12,9,77); }

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