Html Css Color HEX #0C0460 Midnight Blue

📋 copy color: '#0C0460'

red 12 ◦ green 4 ◦ blue 96

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

Shades of Midnight Blue #0C0460

Tints of Midnight Blue #0C0460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 85.71%

R = 10.71%
G = 3.57%
B = 85.71%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0C0460 (or 0x0C0460) is known color: Midnight Blue. HEX triplet: 0C, 04 and 60. RGB value is (12,4,96). Sum of RGB (Red+Green+Blue) = 12+4+96=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C0460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0460 is #F3FB9F. Grayscale: #101010. Windows color (decimal): -15989664 or 6292492. OLE color: 6292492.

HSL color Cylindrical-coordinate representation of color #0C0460: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0460 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 4 96 -
CMYK 0.88 0.96 0 0.62
HSL 245.22º 0.92% 0.2% -
HSV(B) 245.22º 0.96% 0.38% -
XYZ 2.31 1.01 11.14 -
YUV 16.88 172.65 124.52 -
System Red Green Blue C M Y K H S L
Decimal 12 4 96 0.88 0.96 0 0.62 245.22 0.92 0.2
Hex C 4 60 58 60 0 3E F5 5C 14
Octal 14 4 140 130 140 0 76 365 134 24
Binary 1100 100 1100000 1011000 1100000 0 111110 11110101 1011100 10100

Color Harmonies of #0C0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0460

Black with #0C0460

Text Example


Text Example

White with #0C0460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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