Html Css Color HEX #0C0350 Midnight Blue

📋 copy color: '#0C0350'

red 12 ◦ green 3 ◦ blue 80

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

Shades of Midnight Blue #0C0350

Tints of Midnight Blue #0C0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.16%

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

R = 12.63%
G = 3.16%
B = 84.21%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0C0350 (or 0x0C0350) is known color: Midnight Blue. HEX triplet: 0C, 03 and 50. RGB value is (12,3,80). Sum of RGB (Red+Green+Blue) = 12+3+80=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 80 (31.64% from 255 or 84.21% from 95); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C0350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0350 is #F3FCAF. Grayscale: #0E0E0E. Windows color (decimal): -15989936 or 5243660. OLE color: 5243660.

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

Color convert

RGB 12 3 80 -
CMYK 0.85 0.96 0 0.69
HSL 247.01º 0.93% 0.16% -
HSV(B) 247.01º 0.96% 0.31% -
XYZ 1.63 0.72 7.64 -
YUV 14.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 12 3 80 0.85 0.96 0 0.69 247.01 0.93 0.16
Hex C 3 50 55 60 0 45 F7 5D 10
Octal 14 3 120 125 140 0 105 367 135 20
Binary 1100 11 1010000 1010101 1100000 0 1000101 11110111 1011101 10000

Color Harmonies of #0C0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0350

Black with #0C0350

Text Example


Text Example

White with #0C0350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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