Html Css Color HEX #0C0450 Midnight Blue

📋 copy color: '#0C0450'

red 12 ◦ green 4 ◦ blue 80

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

Shades of Midnight Blue #0C0450

Tints of Midnight Blue #0C0450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 83.33%

R = 12.5%
G = 4.17%
B = 83.33%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C0450 (or 0x0C0450) is known color: Midnight Blue. HEX triplet: 0C, 04 and 50. RGB value is (12,4,80). Sum of RGB (Red+Green+Blue) = 12+4+80=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C0450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0450 is #F3FBAF. Grayscale: #0E0E0E. Windows color (decimal): -15989680 or 5243916. OLE color: 5243916.

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

Color convert

RGB 12 4 80 -
CMYK 0.85 0.95 0 0.69
HSL 246.32º 0.9% 0.16% -
HSV(B) 246.32º 0.95% 0.31% -
XYZ 1.64 0.74 7.65 -
YUV 15.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 12 4 80 0.85 0.95 0 0.69 246.32 0.9 0.16
Hex C 4 50 55 5F 0 45 F6 5A 10
Octal 14 4 120 125 137 0 105 366 132 20
Binary 1100 100 1010000 1010101 1011111 0 1000101 11110110 1011010 10000

Color Harmonies of #0C0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0450

Black with #0C0450

Text Example


Text Example

White with #0C0450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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