Html Css Color HEX #0C044D Midnight Blue

📋 copy color: '#0C044D'

red 12 ◦ green 4 ◦ blue 77

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

Shades of Midnight Blue #0C044D

Tints of Midnight Blue #0C044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 12.9%
G = 4.3%
B = 82.8%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0C044D (or 0x0C044D) is known color: Midnight Blue. HEX triplet: 0C, 04 and 4D. RGB value is (12,4,77). Sum of RGB (Red+Green+Blue) = 12+4+77=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C044D is #F3FBB2. Grayscale: #0E0E0E. Windows color (decimal): -15989683 or 5047308. OLE color: 5047308.

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

Color convert

RGB 12 4 77 -
CMYK 0.84 0.95 0 0.70
HSL 246.58º 0.9% 0.16% -
HSV(B) 246.58º 0.95% 0.3% -
XYZ 1.53 0.7 7.08 -
YUV 14.71 163.15 126.06 -
System Red Green Blue C M Y K H S L
Decimal 12 4 77 0.84 0.95 0 0.70 246.58 0.9 0.16
Hex C 4 4D 54 5F 0 46 F7 5A 10
Octal 14 4 115 124 137 0 106 367 132 20
Binary 1100 100 1001101 1010100 1011111 0 1000110 11110111 1011010 10000

Color Harmonies of #0C044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C044D

Black with #0C044D

Text Example


Text Example

White with #0C044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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