Html Css Color HEX #0C0FA0 New Midnight Blue

📋 copy color: '#0C0FA0'

red 12 ◦ green 15 ◦ blue 160

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

Shades of New Midnight Blue #0C0FA0

Tints of New Midnight Blue #0C0FA0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.02%

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

R = 6.42%
G = 8.02%
B = 85.56%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0C0FA0 (or 0x0C0FA0) is known color: New Midnight Blue. HEX triplet: 0C, 0F and A0. RGB value is (12,15,160). Sum of RGB (Red+Green+Blue) = 12+15+160=187 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.42% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 160 (62.89% from 255 or 85.56% from 187); Max value from RGB is 160 - color contains mainly: blue. Hex color #0C0FA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0FA0 is #F3F05F. Grayscale: #1E1E1E. Windows color (decimal): -15986784 or 10489612. OLE color: 10489612.

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

Color convert

RGB 12 15 160 -
CMYK 0.93 0.91 0 0.37
HSL 238.78º 0.86% 0.34% -
HSV(B) 238.78º 0.93% 0.63% -
XYZ 6.67 2.96 33.48 -
YUV 30.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 12 15 160 0.93 0.91 0 0.37 238.78 0.86 0.34
Hex C F A0 5D 5B 0 25 EF 56 22
Octal 14 17 240 135 133 0 45 357 126 42
Binary 1100 1111 10100000 1011101 1011011 0 100101 11101111 1010110 100010

Color Harmonies of #0C0FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0FA0

Black with #0C0FA0

Text Example


Text Example

White with #0C0FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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