Html Css Color HEX #0C05A0 New Midnight Blue

📋 copy color: '#0C05A0'

red 12 ◦ green 5 ◦ blue 160

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

Shades of New Midnight Blue #0C05A0

Tints of New Midnight Blue #0C05A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 160 (62.89% from 255) = 90.4%

R = 6.78%
G = 2.82%
B = 90.4%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0C05A0 (or 0x0C05A0) is known color: New Midnight Blue. HEX triplet: 0C, 05 and A0. RGB value is (12,5,160). Sum of RGB (Red+Green+Blue) = 12+5+160=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 160 (62.89% from 255 or 90.40% from 177); Max value from RGB is 160 - color contains mainly: blue. Hex color #0C05A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C05A0 is #F3FA5F. Grayscale: #181818. Windows color (decimal): -15989344 or 10487052. OLE color: 10487052.

HSL color Cylindrical-coordinate representation of color #0C05A0: hue angle of 242.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C05A0 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 12 5 160 -
CMYK 0.93 0.97 0 0.37
HSL 242.71º 0.94% 0.32% -
HSV(B) 242.71º 0.97% 0.63% -
XYZ 6.55 2.72 33.44 -
YUV 24.76 204.32 118.9 -
System Red Green Blue C M Y K H S L
Decimal 12 5 160 0.93 0.97 0 0.37 242.71 0.94 0.32
Hex C 5 A0 5D 61 0 25 F3 5E 20
Octal 14 5 240 135 141 0 45 363 136 40
Binary 1100 101 10100000 1011101 1100001 0 100101 11110011 1011110 100000

Color Harmonies of #0C05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C05A0

Black with #0C05A0

Text Example


Text Example

White with #0C05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,160); }

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

background-color css

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

 a { background-color: rgb(12,5,160); }

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

border-color css

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

 span { border-color: rgb(12,5,160); }

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